Html Css Color HEX #8F21BE Dark Orchid

📋 copy color: '#8F21BE'

red 143 ◦ green 33 ◦ blue 190

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

Shades of Dark Orchid #8F21BE

Tints of Dark Orchid #8F21BE

RGB

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

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

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

R = 39.07%
G = 9.02%
B = 51.91%

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

#8F21BE (or 0x8F21BE) is known color: Dark Orchid. HEX triplet: 8F, 21 and BE. RGB value is (143,33,190). Sum of RGB (Red+Green+Blue) = 143+33+190=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F21BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F21BE is #70DE41. Grayscale: #535353. Windows color (decimal): -7396930 or 12460431. OLE color: 12460431.

HSL color Cylindrical-coordinate representation of color #8F21BE: hue angle of 282.04º degrees, saturation: 0.7, 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 #8F21BE is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 33 190 -
CMYK 0.25 0.83 0 0.25
HSL 282.04º 0.7% 0.44% -
HSV(B) 282.04º 0.83% 0.75% -
XYZ 21.17 10.65 49.65 -
YUV 83.79 187.94 170.23 -
System Red Green Blue C M Y K H S L
Decimal 143 33 190 0.25 0.83 0 0.25 282.04 0.7 0.44
Hex 8F 21 BE 19 53 0 19 11A 46 2C
Octal 217 41 276 31 123 0 31 432 106 54
Binary 10001111 100001 10111110 11001 1010011 0 11001 100011010 1000110 101100

Color Harmonies of #8F21BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F21BE

Black with #8F21BE

Text Example


Text Example

White with #8F21BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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