Html Css Color HEX #9E1DFB Blue Violet

📋 copy color: '#9E1DFB'

red 158 ◦ green 29 ◦ blue 251

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

Shades of Blue Violet #9E1DFB

Tints of Blue Violet #9E1DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.62%

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

R = 36.07%
G = 6.62%
B = 57.31%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E1DFB (or 0x9E1DFB) is known color: Blue Violet. HEX triplet: 9E, 1D and FB. RGB value is (158,29,251). Sum of RGB (Red+Green+Blue) = 158+29+251=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 29 (11.72% from 255 or 6.62% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E1DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E1DFB is #61E204. Grayscale: #5C5C5C. Windows color (decimal): -6414853 or 16457118. OLE color: 16457118.

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

Color convert

RGB 158 29 251 -
CMYK 0.37 0.88 0 0.02
HSL 274.86º 0.97% 0.55% -
HSV(B) 274.86º 0.88% 0.98% -
XYZ 31.95 15.11 92.5 -
YUV 92.88 217.24 174.45 -
System Red Green Blue C M Y K H S L
Decimal 158 29 251 0.37 0.88 0 0.02 274.86 0.97 0.55
Hex 9E 1D FB 25 58 0 2 113 61 37
Octal 236 35 373 45 130 0 2 423 141 67
Binary 10011110 11101 11111011 100101 1011000 0 10 100010011 1100001 110111

Color Harmonies of #9E1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1DFB

Black with #9E1DFB

Text Example


Text Example

White with #9E1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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