#8F2CCB

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

Shades of Dark Orchid #8F2CCB

Tints of Dark Orchid #8F2CCB

Color information

#8F2CCB (or 0x8F2CCB) is unknown color: approx Dark Orchid. HEX triplet: 8F, 2C and CB. RGB value is (143,44,203). Sum of RGB (Red+Green+Blue) = 143+44+203=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F2CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2CCB is #70D334. Grayscale: #5B5B5B. Windows color (decimal): -7394101 or 13315215. OLE color: 13315215.

HSL color Cylindrical-coordinate representation of color #8F2CCB: hue angle of 277.36º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2CCB is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14344203-
CMYK0.300.7800.20
HSL277.36º64.37%48.43%-
HSV(B)277.36º78.33%79.61%-
XYZ23.0111.9557.59-
YUV91.73190.8164.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.67%
GREEN value IS 44 (17.58% from 255) = 11.28%
BLUE value IS 203 (79.69% from 255) = 52.05%
R=36.67%
G=11.28%
B=52.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal143442030.300.7800.20277.3664.3748.43
Hex8F2CCB1E4E0141154030
Octal217543133611602442510060
Binary10001111101100110010111111010011100101001000101011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,44,203); }

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

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

 a { background-color: rgb(143,44,203); }

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

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

 span { border-color: rgb(143,44,203); }

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