Html Css Color HEX #8F24BA Dark Orchid

📋 copy color: '#8F24BA'

red 143 ◦ green 36 ◦ blue 186

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

Shades of Dark Orchid #8F24BA

Tints of Dark Orchid #8F24BA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.86%

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 39.18%
G = 9.86%
B = 50.96%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F24BA (or 0x8F24BA) is known color: Dark Orchid. HEX triplet: 8F, 24 and BA. RGB value is (143,36,186). Sum of RGB (Red+Green+Blue) = 143+36+186=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F24BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F24BA is #70DB45. Grayscale: #545454. Windows color (decimal): -7396166 or 12199055. OLE color: 12199055.

HSL color Cylindrical-coordinate representation of color #8F24BA: hue angle of 282.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F24BA is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 36 186 -
CMYK 0.23 0.81 0 0.27
HSL 282.8º 0.68% 0.44% -
HSV(B) 282.8º 0.81% 0.73% -
XYZ 20.82 10.65 47.41 -
YUV 85.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 143 36 186 0.23 0.81 0 0.27 282.8 0.68 0.44
Hex 8F 24 BA 17 51 0 1B 11B 44 2C
Octal 217 44 272 27 121 0 33 433 104 54
Binary 10001111 100100 10111010 10111 1010001 0 11011 100011011 1000100 101100

Color Harmonies of #8F24BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F24BA

Black with #8F24BA

Text Example


Text Example

White with #8F24BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,36,186); }

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

background-color css

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

 a { background-color: rgb(143,36,186); }

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

border-color css

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

 span { border-color: rgb(143,36,186); }

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