Html Css Color HEX #9B32EB Blue Violet

📋 copy color: '#9B32EB'

red 155 ◦ green 50 ◦ blue 235

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

Shades of Blue Violet #9B32EB

Tints of Blue Violet #9B32EB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.36%

 BLUE value IS 235 (92.19% from 255) = 53.41%

R = 35.23%
G = 11.36%
B = 53.41%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9B32EB (or 0x9B32EB) is known color: Blue Violet. HEX triplet: 9B, 32 and EB. RGB value is (155,50,235). Sum of RGB (Red+Green+Blue) = 155+50+235=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B32EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B32EB is #64CD14. Grayscale: #656565. Windows color (decimal): -6606101 or 15413915. OLE color: 15413915.

HSL color Cylindrical-coordinate representation of color #9B32EB: hue angle of 274.05º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B32EB is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 50 235 -
CMYK 0.34 0.79 0 0.08
HSL 274.05º 0.82% 0.56% -
HSV(B) 274.05º 0.79% 0.92% -
XYZ 29.65 15.25 79.98 -
YUV 102.49 202.79 165.46 -
System Red Green Blue C M Y K H S L
Decimal 155 50 235 0.34 0.79 0 0.08 274.05 0.82 0.56
Hex 9B 32 EB 22 4F 0 8 112 52 38
Octal 233 62 353 42 117 0 10 422 122 70
Binary 10011011 110010 11101011 100010 1001111 0 1000 100010010 1010010 111000

Color Harmonies of #9B32EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B32EB

Black with #9B32EB

Text Example


Text Example

White with #9B32EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,50,235); }

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

background-color css

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

 a { background-color: rgb(155,50,235); }

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

border-color css

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

 span { border-color: rgb(155,50,235); }

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