Html Css Color HEX #9B3CEB Blue Violet

📋 copy color: '#9B3CEB'

red 155 ◦ green 60 ◦ blue 235

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

Shades of Blue Violet #9B3CEB

Tints of Blue Violet #9B3CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.33%

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

R = 34.44%
G = 13.33%
B = 52.22%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9B3CEB (or 0x9B3CEB) is known color: Blue Violet. HEX triplet: 9B, 3C and EB. RGB value is (155,60,235). Sum of RGB (Red+Green+Blue) = 155+60+235=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B3CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B3CEB is #64C314. Grayscale: #6B6B6B. Windows color (decimal): -6603541 or 15416475. OLE color: 15416475.

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

Color convert

RGB 155 60 235 -
CMYK 0.34 0.74 0 0.08
HSL 272.57º 0.81% 0.58% -
HSV(B) 272.57º 0.74% 0.92% -
XYZ 30.13 16.2 80.14 -
YUV 108.36 199.47 161.27 -
System Red Green Blue C M Y K H S L
Decimal 155 60 235 0.34 0.74 0 0.08 272.57 0.81 0.58
Hex 9B 3C EB 22 4A 0 8 111 51 3A
Octal 233 74 353 42 112 0 10 421 121 72
Binary 10011011 111100 11101011 100010 1001010 0 1000 100010001 1010001 111010

Color Harmonies of #9B3CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3CEB

Black with #9B3CEB

Text Example


Text Example

White with #9B3CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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