Html Css Color HEX #8F21CD Dark Orchid

📋 copy color: '#8F21CD'

red 143 ◦ green 33 ◦ blue 205

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

Shades of Dark Orchid #8F21CD

Tints of Dark Orchid #8F21CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 37.53%
G = 8.66%
B = 53.81%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F21CD (or 0x8F21CD) is known color: Dark Orchid. HEX triplet: 8F, 21 and CD. RGB value is (143,33,205). Sum of RGB (Red+Green+Blue) = 143+33+205=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F21CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F21CD is #70DE32. Grayscale: #545454. Windows color (decimal): -7396915 or 13443471. OLE color: 13443471.

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

Color convert

RGB 143 33 205 -
CMYK 0.30 0.84 0 0.20
HSL 278.37º 0.72% 0.47% -
HSV(B) 278.37º 0.84% 0.8% -
XYZ 22.89 11.34 58.74 -
YUV 85.5 195.44 169.01 -
System Red Green Blue C M Y K H S L
Decimal 143 33 205 0.30 0.84 0 0.20 278.37 0.72 0.47
Hex 8F 21 CD 1E 54 0 14 116 48 2F
Octal 217 41 315 36 124 0 24 426 110 57
Binary 10001111 100001 11001101 11110 1010100 0 10100 100010110 1001000 101111

Color Harmonies of #8F21CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F21CD

Black with #8F21CD

Text Example


Text Example

White with #8F21CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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