Html Css Color HEX #9E24FC Blue Violet

📋 copy color: '#9E24FC'

red 158 ◦ green 36 ◦ blue 252

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

Shades of Blue Violet #9E24FC

Tints of Blue Violet #9E24FC

RGB

 RED value IS 158 (62.11% from 255) = 35.43%

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

 BLUE value IS 252 (98.83% from 255) = 56.5%

R = 35.43%
G = 8.07%
B = 56.5%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E24FC (or 0x9E24FC) is known color: Blue Violet. HEX triplet: 9E, 24 and FC. RGB value is (158,36,252). Sum of RGB (Red+Green+Blue) = 158+36+252=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E24FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E24FC is #61DB03. Grayscale: #606060. Windows color (decimal): -6413060 or 16524446. OLE color: 16524446.

HSL color Cylindrical-coordinate representation of color #9E24FC: hue angle of 273.89º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E24FC is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 36 252 -
CMYK 0.37 0.86 0 0.01
HSL 273.89º 0.97% 0.56% -
HSV(B) 273.89º 0.86% 0.99% -
XYZ 32.3 15.56 93.4 -
YUV 97.1 215.42 171.44 -
System Red Green Blue C M Y K H S L
Decimal 158 36 252 0.37 0.86 0 0.01 273.89 0.97 0.56
Hex 9E 24 FC 25 56 0 1 112 61 38
Octal 236 44 374 45 126 0 1 422 141 70
Binary 10011110 100100 11111100 100101 1010110 0 1 100010010 1100001 111000

Color Harmonies of #9E24FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E24FC

Black with #9E24FC

Text Example


Text Example

White with #9E24FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E24FC; }

 p { color: rgb(158,36,252); }

 H1.HeaderClassName
 {
   color: #9E24FC;
 }
 .AnyTagClassName
 {
   color: #9E24FC;
 }
</style>

background-color css

<style>
 a { background-color: #9E24FC; }

 a { background-color: rgb(158,36,252); }

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

border-color css

<style>
 span { border-color: #9E24FC; }

 span { border-color: rgb(158,36,252); }

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