Html Css Color HEX #8F24BC Dark Orchid

📋 copy color: '#8F24BC'

red 143 ◦ green 36 ◦ blue 188

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

Shades of Dark Orchid #8F24BC

Tints of Dark Orchid #8F24BC

RGB

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

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

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

R = 38.96%
G = 9.81%
B = 51.23%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F24BC (or 0x8F24BC) is known color: Dark Orchid. HEX triplet: 8F, 24 and BC. RGB value is (143,36,188). Sum of RGB (Red+Green+Blue) = 143+36+188=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F24BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F24BC is #70DB43. Grayscale: #545454. Windows color (decimal): -7396164 or 12330127. OLE color: 12330127.

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

Color convert

RGB 143 36 188 -
CMYK 0.24 0.81 0 0.26
HSL 282.24º 0.68% 0.44% -
HSV(B) 282.24º 0.81% 0.74% -
XYZ 21.04 10.73 48.54 -
YUV 85.32 185.95 169.14 -
System Red Green Blue C M Y K H S L
Decimal 143 36 188 0.24 0.81 0 0.26 282.24 0.68 0.44
Hex 8F 24 BC 18 51 0 1A 11A 44 2C
Octal 217 44 274 30 121 0 32 432 104 54
Binary 10001111 100100 10111100 11000 1010001 0 11010 100011010 1000100 101100

Color Harmonies of #8F24BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F24BC

Black with #8F24BC

Text Example


Text Example

White with #8F24BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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