#8F33C0

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

Shades of Dark Orchid #8F33C0

Tints of Dark Orchid #8F33C0

Color information

#8F33C0 (or 0x8F33C0) is unknown color: approx Dark Orchid. HEX triplet: 8F, 33 and C0. RGB value is (143,51,192). Sum of RGB (Red+Green+Blue) = 143+51+192=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F33C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F33C0 is #70CC3F. Grayscale: #5E5E5E. Windows color (decimal): -7392320 or 12596111. OLE color: 12596111.

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

Color convert

RGB14351192-
CMYK0.260.7300.25
HSL279.15º58.02%47.65%-
HSV(B)279.15º73.44%75.29%-
XYZ22.0312.0151.03-
YUV94.58182.98162.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.05%
GREEN value IS 51 (20.31% from 255) = 13.21%
BLUE value IS 192 (75.39% from 255) = 49.74%
R=37.05%
G=13.21%
B=49.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143511920.260.7300.25279.1558.0247.65
Hex8F33C01A490191173a30
Octal21763300321110314277260
Binary1000111111001111000000110101001001011001100010111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F33C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,51,192); }

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

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

 a { background-color: rgb(143,51,192); }

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

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

 span { border-color: rgb(143,51,192); }

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