Html Css Color HEX #9E24FB Blue Violet

📋 copy color: '#9E24FB'

red 158 ◦ green 36 ◦ blue 251

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

Shades of Blue Violet #9E24FB

Tints of Blue Violet #9E24FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.4%

R = 35.51%
G = 8.09%
B = 56.4%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E24FB (or 0x9E24FB) is known color: Blue Violet. HEX triplet: 9E, 24 and FB. RGB value is (158,36,251). Sum of RGB (Red+Green+Blue) = 158+36+251=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E24FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E24FB is #61DB04. Grayscale: #606060. Windows color (decimal): -6413061 or 16458910. OLE color: 16458910.

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

Color convert

RGB 158 36 251 -
CMYK 0.37 0.86 0 0.02
HSL 274.05º 0.96% 0.56% -
HSV(B) 274.05º 0.86% 0.98% -
XYZ 32.14 15.5 92.56 -
YUV 96.99 214.92 171.52 -
System Red Green Blue C M Y K H S L
Decimal 158 36 251 0.37 0.86 0 0.02 274.05 0.96 0.56
Hex 9E 24 FB 25 56 0 2 112 60 38
Octal 236 44 373 45 126 0 2 422 140 70
Binary 10011110 100100 11111011 100101 1010110 0 10 100010010 1100000 111000

Color Harmonies of #9E24FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E24FB

Black with #9E24FB

Text Example


Text Example

White with #9E24FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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