Html Css Color HEX #8F24DB Blue Violet

📋 copy color: '#8F24DB'

red 143 ◦ green 36 ◦ blue 219

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

Shades of Blue Violet #8F24DB

Tints of Blue Violet #8F24DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.03%

R = 35.93%
G = 9.05%
B = 55.03%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F24DB (or 0x8F24DB) is known color: Blue Violet. HEX triplet: 8F, 24 and DB. RGB value is (143,36,219). Sum of RGB (Red+Green+Blue) = 143+36+219=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F24DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F24DB is #70DB24. Grayscale: #585858. Windows color (decimal): -7396133 or 14361743. OLE color: 14361743.

HSL color Cylindrical-coordinate representation of color #8F24DB: hue angle of 275.08º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F24DB is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 36 219 -
CMYK 0.35 0.84 0 0.14
HSL 275.08º 0.72% 0.5% -
HSV(B) 275.08º 0.84% 0.86% -
XYZ 24.74 12.22 68.07 -
YUV 88.86 201.45 166.62 -
System Red Green Blue C M Y K H S L
Decimal 143 36 219 0.35 0.84 0 0.14 275.08 0.72 0.5
Hex 8F 24 DB 23 54 0 E 113 48 32
Octal 217 44 333 43 124 0 16 423 110 62
Binary 10001111 100100 11011011 100011 1010100 0 1110 100010011 1001000 110010

Color Harmonies of #8F24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F24DB

Black with #8F24DB

Text Example


Text Example

White with #8F24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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