Html Css Color HEX #8F20CA Dark Orchid

📋 copy color: '#8F20CA'

red 143 ◦ green 32 ◦ blue 202

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

Shades of Dark Orchid #8F20CA

Tints of Dark Orchid #8F20CA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.49%

 BLUE value IS 202 (79.3% from 255) = 53.58%

R = 37.93%
G = 8.49%
B = 53.58%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F20CA (or 0x8F20CA) is known color: Dark Orchid. HEX triplet: 8F, 20 and CA. RGB value is (143,32,202). Sum of RGB (Red+Green+Blue) = 143+32+202=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F20CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F20CA is #70DF35. Grayscale: #545454. Windows color (decimal): -7397174 or 13246607. OLE color: 13246607.

HSL color Cylindrical-coordinate representation of color #8F20CA: hue angle of 279.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F20CA is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 32 202 -
CMYK 0.29 0.84 0 0.21
HSL 279.18º 0.73% 0.46% -
HSV(B) 279.18º 0.84% 0.79% -
XYZ 22.5 11.14 56.84 -
YUV 84.57 194.27 169.68 -
System Red Green Blue C M Y K H S L
Decimal 143 32 202 0.29 0.84 0 0.21 279.18 0.73 0.46
Hex 8F 20 CA 1D 54 0 15 117 49 2E
Octal 217 40 312 35 124 0 25 427 111 56
Binary 10001111 100000 11001010 11101 1010100 0 10101 100010111 1001001 101110

Color Harmonies of #8F20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F20CA

Black with #8F20CA

Text Example


Text Example

White with #8F20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,32,202); }

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

background-color css

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

 a { background-color: rgb(143,32,202); }

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

border-color css

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

 span { border-color: rgb(143,32,202); }

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