#8F33C4

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

Shades of Dark Orchid #8F33C4

Tints of Dark Orchid #8F33C4

Color information

#8F33C4 (or 0x8F33C4) is unknown color: approx Dark Orchid. HEX triplet: 8F, 33 and C4. RGB value is (143,51,196). Sum of RGB (Red+Green+Blue) = 143+51+196=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #8F33C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F33C4 is #70CC3B. Grayscale: #5E5E5E. Windows color (decimal): -7392316 or 12858255. OLE color: 12858255.

HSL color Cylindrical-coordinate representation of color #8F33C4: hue angle of 278.07º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F33C4 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14351196-
CMYK0.270.7400.23
HSL278.07º58.7%48.43%-
HSV(B)278.07º73.98%76.86%-
XYZ22.4812.1953.39-
YUV95.04184.98162.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.67%
GREEN value IS 51 (20.31% from 255) = 13.08%
BLUE value IS 196 (76.95% from 255) = 50.26%
R=36.67%
G=13.08%
B=50.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal143511960.270.7400.23278.0758.748.43
Hex8F33C41B4A0171163b30
Octal21763304331120274267360
Binary1000111111001111000100110111001010010111100010110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F33C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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