Html Css Color HEX #8F24DD Blue Violet

📋 copy color: '#8F24DD'

red 143 ◦ green 36 ◦ blue 221

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

Shades of Blue Violet #8F24DD

Tints of Blue Violet #8F24DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 35.75%
G = 9%
B = 55.25%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F24DD (or 0x8F24DD) is known color: Blue Violet. HEX triplet: 8F, 24 and DD. RGB value is (143,36,221). Sum of RGB (Red+Green+Blue) = 143+36+221=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F24DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F24DD is #70DB22. Grayscale: #585858. Windows color (decimal): -7396131 or 14492815. OLE color: 14492815.

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

Color convert

RGB 143 36 221 -
CMYK 0.35 0.84 0 0.13
HSL 274.7º 0.73% 0.5% -
HSV(B) 274.7º 0.84% 0.87% -
XYZ 25.01 12.32 69.47 -
YUV 89.08 202.45 166.46 -
System Red Green Blue C M Y K H S L
Decimal 143 36 221 0.35 0.84 0 0.13 274.7 0.73 0.5
Hex 8F 24 DD 23 54 0 D 113 49 32
Octal 217 44 335 43 124 0 15 423 111 62
Binary 10001111 100100 11011101 100011 1010100 0 1101 100010011 1001001 110010

Color Harmonies of #8F24DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F24DD

Black with #8F24DD

Text Example


Text Example

White with #8F24DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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