Html Css Color HEX #8F24BE Dark Orchid

📋 copy color: '#8F24BE'

red 143 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #8F24BE

Tints of Dark Orchid #8F24BE

RGB

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

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

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

R = 38.75%
G = 9.76%
B = 51.49%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F24BE (or 0x8F24BE) is known color: Dark Orchid. HEX triplet: 8F, 24 and BE. RGB value is (143,36,190). Sum of RGB (Red+Green+Blue) = 143+36+190=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F24BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F24BE is #70DB41. Grayscale: #555555. Windows color (decimal): -7396162 or 12461199. OLE color: 12461199.

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

Color convert

RGB 143 36 190 -
CMYK 0.25 0.81 0 0.25
HSL 281.69º 0.68% 0.44% -
HSV(B) 281.69º 0.81% 0.75% -
XYZ 21.25 10.82 49.68 -
YUV 85.55 186.95 168.98 -
System Red Green Blue C M Y K H S L
Decimal 143 36 190 0.25 0.81 0 0.25 281.69 0.68 0.44
Hex 8F 24 BE 19 51 0 19 11A 44 2C
Octal 217 44 276 31 121 0 31 432 104 54
Binary 10001111 100100 10111110 11001 1010001 0 11001 100011010 1000100 101100

Color Harmonies of #8F24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F24BE

Black with #8F24BE

Text Example


Text Example

White with #8F24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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