Html Css Color HEX #9B3CE6 Blue Violet

📋 copy color: '#9B3CE6'

red 155 ◦ green 60 ◦ blue 230

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

Shades of Blue Violet #9B3CE6

Tints of Blue Violet #9B3CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.69%

R = 34.83%
G = 13.48%
B = 51.69%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9B3CE6 (or 0x9B3CE6) is known color: Blue Violet. HEX triplet: 9B, 3C and E6. RGB value is (155,60,230). Sum of RGB (Red+Green+Blue) = 155+60+230=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #9B3CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B3CE6 is #64C319. Grayscale: #6B6B6B. Windows color (decimal): -6603546 or 15088795. OLE color: 15088795.

HSL color Cylindrical-coordinate representation of color #9B3CE6: hue angle of 273.53º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B3CE6 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 60 230 -
CMYK 0.33 0.74 0 0.10
HSL 273.53º 0.77% 0.57% -
HSV(B) 273.53º 0.74% 0.9% -
XYZ 29.42 15.91 76.38 -
YUV 107.79 196.97 161.68 -
System Red Green Blue C M Y K H S L
Decimal 155 60 230 0.33 0.74 0 0.10 273.53 0.77 0.57
Hex 9B 3C E6 21 4A 0 A 112 4D 39
Octal 233 74 346 41 112 0 12 422 115 71
Binary 10011011 111100 11100110 100001 1001010 0 1010 100010010 1001101 111001

Color Harmonies of #9B3CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3CE6

Black with #9B3CE6

Text Example


Text Example

White with #9B3CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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