Html Css Color HEX #9B1EE9 Blue Violet

📋 copy color: '#9B1EE9'

red 155 ◦ green 30 ◦ blue 233

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

Shades of Blue Violet #9B1EE9

Tints of Blue Violet #9B1EE9

RGB

 RED value IS 155 (60.94% from 255) = 37.08%

 GREEN value IS 30 (12.11% from 255) = 7.18%

 BLUE value IS 233 (91.41% from 255) = 55.74%

R = 37.08%
G = 7.18%
B = 55.74%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9B1EE9 (or 0x9B1EE9) is known color: Blue Violet. HEX triplet: 9B, 1E and E9. RGB value is (155,30,233). Sum of RGB (Red+Green+Blue) = 155+30+233=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 233 (91.41% from 255 or 55.74% from 418); Max value from RGB is 233 - color contains mainly: blue. Hex color #9B1EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B1EE9 is #64E116. Grayscale: #595959. Windows color (decimal): -6611223 or 15277723. OLE color: 15277723.

HSL color Cylindrical-coordinate representation of color #9B1EE9: hue angle of 276.95º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B1EE9 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 30 233 -
CMYK 0.33 0.87 0 0.09
HSL 276.95º 0.82% 0.52% -
HSV(B) 276.95º 0.87% 0.91% -
XYZ 28.69 13.78 78.24 -
YUV 90.52 208.41 173.99 -
System Red Green Blue C M Y K H S L
Decimal 155 30 233 0.33 0.87 0 0.09 276.95 0.82 0.52
Hex 9B 1E E9 21 57 0 9 115 52 34
Octal 233 36 351 41 127 0 11 425 122 64
Binary 10011011 11110 11101001 100001 1010111 0 1001 100010101 1010010 110100

Color Harmonies of #9B1EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1EE9

Black with #9B1EE9

Text Example


Text Example

White with #9B1EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,30,233); }

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

background-color css

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

 a { background-color: rgb(155,30,233); }

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

border-color css

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

 span { border-color: rgb(155,30,233); }

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