Html Css Color HEX #8C24EF Blue Violet

📋 copy color: '#8C24EF'

red 140 ◦ green 36 ◦ blue 239

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

Shades of Blue Violet #8C24EF

Tints of Blue Violet #8C24EF

RGB

 RED value IS 140 (55.08% from 255) = 33.73%

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

 BLUE value IS 239 (93.75% from 255) = 57.59%

R = 33.73%
G = 8.67%
B = 57.59%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C24EF (or 0x8C24EF) is known color: Blue Violet. HEX triplet: 8C, 24 and EF. RGB value is (140,36,239). Sum of RGB (Red+Green+Blue) = 140+36+239=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C24EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C24EF is #73DB10. Grayscale: #595959. Windows color (decimal): -7592721 or 15672460. OLE color: 15672460.

HSL color Cylindrical-coordinate representation of color #8C24EF: hue angle of 270.74º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C24EF is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 36 239 -
CMYK 0.41 0.85 0 0.06
HSL 270.74º 0.86% 0.54% -
HSV(B) 270.74º 0.85% 0.94% -
XYZ 27.03 13.07 82.76 -
YUV 90.24 211.96 163.49 -
System Red Green Blue C M Y K H S L
Decimal 140 36 239 0.41 0.85 0 0.06 270.74 0.86 0.54
Hex 8C 24 EF 29 55 0 6 10F 56 36
Octal 214 44 357 51 125 0 6 417 126 66
Binary 10001100 100100 11101111 101001 1010101 0 110 100001111 1010110 110110

Color Harmonies of #8C24EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C24EF

Black with #8C24EF

Text Example


Text Example

White with #8C24EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,36,239); }

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

background-color css

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

 a { background-color: rgb(140,36,239); }

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

border-color css

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

 span { border-color: rgb(140,36,239); }

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