Html Css Color HEX #9E33FA Blue Violet

📋 copy color: '#9E33FA'

red 158 ◦ green 51 ◦ blue 250

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

Shades of Blue Violet #9E33FA

Tints of Blue Violet #9E33FA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.11%

 BLUE value IS 250 (98.05% from 255) = 54.47%

R = 34.42%
G = 11.11%
B = 54.47%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E33FA (or 0x9E33FA) is known color: Blue Violet. HEX triplet: 9E, 33 and FA. RGB value is (158,51,250). Sum of RGB (Red+Green+Blue) = 158+51+250=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E33FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E33FA is #61CC05. Grayscale: #686868. Windows color (decimal): -6409222 or 16397214. OLE color: 16397214.

HSL color Cylindrical-coordinate representation of color #9E33FA: hue angle of 272.26º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E33FA is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 51 250 -
CMYK 0.37 0.80 0 0.02
HSL 272.26º 0.95% 0.59% -
HSV(B) 272.26º 0.8% 0.98% -
XYZ 32.54 16.54 91.92 -
YUV 105.68 209.45 165.32 -
System Red Green Blue C M Y K H S L
Decimal 158 51 250 0.37 0.80 0 0.02 272.26 0.95 0.59
Hex 9E 33 FA 25 50 0 2 110 5F 3B
Octal 236 63 372 45 120 0 2 420 137 73
Binary 10011110 110011 11111010 100101 1010000 0 10 100010000 1011111 111011

Color Harmonies of #9E33FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E33FA

Black with #9E33FA

Text Example


Text Example

White with #9E33FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,51,250); }

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

background-color css

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

 a { background-color: rgb(158,51,250); }

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

border-color css

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

 span { border-color: rgb(158,51,250); }

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