#8F34B6

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

Shades of Dark Orchid #8F34B6

Tints of Dark Orchid #8F34B6

Color information

#8F34B6 (or 0x8F34B6) is unknown color: approx Dark Orchid. HEX triplet: 8F, 34 and B6. RGB value is (143,52,182). Sum of RGB (Red+Green+Blue) = 143+52+182=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #8F34B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F34B6 is #70CB49. Grayscale: #5D5D5D. Windows color (decimal): -7392074 or 11941007. OLE color: 11941007.

HSL color Cylindrical-coordinate representation of color #8F34B6: hue angle of 282º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F34B6 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14352182-
CMYK0.210.7100.29
HSL282º55.56%45.88%-
HSV(B)282º71.43%71.37%-
XYZ2111.6745.4-
YUV94.03177.65162.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.93%
GREEN value IS 52 (20.70% from 255) = 13.79%
BLUE value IS 182 (71.48% from 255) = 48.28%
R=37.93%
G=13.79%
B=48.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal143521820.210.7100.2928255.5645.88
Hex8F34B6154701D11a382e
Octal21764266251070354327056
Binary1000111111010010110110101011000111011101100011010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F34B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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