Html Css Color HEX #8F20BE Dark Orchid

📋 copy color: '#8F20BE'

red 143 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #8F20BE

Tints of Dark Orchid #8F20BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 39.18%
G = 8.77%
B = 52.05%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F20BE (or 0x8F20BE) is known color: Dark Orchid. HEX triplet: 8F, 20 and BE. RGB value is (143,32,190). Sum of RGB (Red+Green+Blue) = 143+32+190=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F20BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F20BE is #70DF41. Grayscale: #525252. Windows color (decimal): -7397186 or 12460175. OLE color: 12460175.

HSL color Cylindrical-coordinate representation of color #8F20BE: hue angle of 282.15º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F20BE is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 32 190 -
CMYK 0.25 0.83 0 0.25
HSL 282.15º 0.71% 0.44% -
HSV(B) 282.15º 0.83% 0.75% -
XYZ 21.14 10.59 49.65 -
YUV 83.2 188.27 170.65 -
System Red Green Blue C M Y K H S L
Decimal 143 32 190 0.25 0.83 0 0.25 282.15 0.71 0.44
Hex 8F 20 BE 19 53 0 19 11A 47 2C
Octal 217 40 276 31 123 0 31 432 107 54
Binary 10001111 100000 10111110 11001 1010011 0 11001 100011010 1000111 101100

Color Harmonies of #8F20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F20BE

Black with #8F20BE

Text Example


Text Example

White with #8F20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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