#8f34c3

Color #8F34C3 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8F34C3

Tints of Dark Orchid #8F34C3

Color information

#8F34C3 (or 0x8F34C3) is unknown color: approx Dark Orchid. HEX triplet: 8F, 34 and C3. RGB value is (143,52,195). Sum of RGB (Red+Green+Blue) = 143+52+195=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #8F34C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F34C3 is #70CB3C. Grayscale: #5F5F5F. Windows color (decimal): -7392061 or 12792975. OLE color: 12792975.

HSL color Cylindrical-coordinate representation of color #8F34C3: hue angle of 278.18º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F34C3 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14352195-
CMYK0.270.7300.24
HSL278.18º57.89%48.43%-
HSV(B)278.18º73.33%76.47%-
XYZ22.4112.2452.81-
YUV95.51184.15161.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 36.67%
GREEN value IS 52 (20.70% from 255) = 13.33%
BLUE value IS 195 (76.56% from 255) = 50%
R=36.67%
G=13.33%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal143521950.270.7300.24278.1857.8948.43
Hex8F34C31B490181163a30
Octal21764303331110304267260
Binary1000111111010011000011110111001001011000100010110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f34c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8f34c3; }

 p { color: rgb(143,52,195); }

 H1.HeaderClassName
 {
   color: #8f34c3;
 }
 .AnyTagClassName
 {
   color: #8f34c3;
 }
</style>
background-color css

<style>
 a { background-color: #8f34c3; }

 a { background-color: rgb(143,52,195); }

 div.DivClassName
 {
   background-color: #8f34c3;
 }
 .BgClassName
 {
   background-color: #8f34c3;
 }
</style>
border-color css

<style>
 span { border-color: #8f34c3; }

 span { border-color: rgb(143,52,195); }

 td.TdClassName
 {
   border-color: #8f34c3;
 }
 .TagClassName
 {
   border-color: #8f34c3;
 }
</style>