Html Css Color HEX #8F21CE Dark Orchid

📋 copy color: '#8F21CE'

red 143 ◦ green 33 ◦ blue 206

#8F21CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8F21CE

Tints of Dark Orchid #8F21CE

RGB

 RED value IS 143 (56.25% from 255) = 37.43%

 GREEN value IS 33 (13.28% from 255) = 8.64%

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 37.43%
G = 8.64%
B = 53.93%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F21CE (or 0x8F21CE) is known color: Dark Orchid. HEX triplet: 8F, 21 and CE. RGB value is (143,33,206). Sum of RGB (Red+Green+Blue) = 143+33+206=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F21CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F21CE is #70DE31. Grayscale: #555555. Windows color (decimal): -7396914 or 13509007. OLE color: 13509007.

HSL color Cylindrical-coordinate representation of color #8F21CE: hue angle of 278.15º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F21CE is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 33 206 -
CMYK 0.31 0.84 0 0.19
HSL 278.15º 0.72% 0.47% -
HSV(B) 278.15º 0.84% 0.81% -
XYZ 23.01 11.38 59.38 -
YUV 85.61 195.94 168.93 -
System Red Green Blue C M Y K H S L
Decimal 143 33 206 0.31 0.84 0 0.19 278.15 0.72 0.47
Hex 8F 21 CE 1F 54 0 13 116 48 2F
Octal 217 41 316 37 124 0 23 426 110 57
Binary 10001111 100001 11001110 11111 1010100 0 10011 100010110 1001000 101111

Color Harmonies of #8F21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F21CE

Black with #8F21CE

Text Example


Text Example

White with #8F21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,33,206); }

 H1.HeaderClassName
 {
   color: #8F21CE;
 }
 .AnyTagClassName
 {
   color: #8F21CE;
 }
</style>

background-color css

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

 a { background-color: rgb(143,33,206); }

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

border-color css

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

 span { border-color: rgb(143,33,206); }

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