Html Css Color HEX #8F20BC Dark Orchid

📋 copy color: '#8F20BC'

red 143 ◦ green 32 ◦ blue 188

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

Shades of Dark Orchid #8F20BC

Tints of Dark Orchid #8F20BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 39.39%
G = 8.82%
B = 51.79%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F20BC (or 0x8F20BC) is known color: Dark Orchid. HEX triplet: 8F, 20 and BC. RGB value is (143,32,188). Sum of RGB (Red+Green+Blue) = 143+32+188=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F20BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F20BC is #70DF43. Grayscale: #525252. Windows color (decimal): -7397188 or 12329103. OLE color: 12329103.

HSL color Cylindrical-coordinate representation of color #8F20BC: hue angle of 282.69º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F20BC is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 32 188 -
CMYK 0.24 0.83 0 0.26
HSL 282.69º 0.71% 0.43% -
HSV(B) 282.69º 0.83% 0.74% -
XYZ 20.92 10.5 48.5 -
YUV 82.97 187.27 170.82 -
System Red Green Blue C M Y K H S L
Decimal 143 32 188 0.24 0.83 0 0.26 282.69 0.71 0.43
Hex 8F 20 BC 18 53 0 1A 11B 47 2B
Octal 217 40 274 30 123 0 32 433 107 53
Binary 10001111 100000 10111100 11000 1010011 0 11010 100011011 1000111 101011

Color Harmonies of #8F20BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F20BC

Black with #8F20BC

Text Example


Text Example

White with #8F20BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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