Html Css Color HEX #9B3796 Vivid Violet

📋 copy color: '#9B3796'

red 155 ◦ green 55 ◦ blue 150

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

Shades of Vivid Violet #9B3796

Tints of Vivid Violet #9B3796

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.28%

 BLUE value IS 150 (58.98% from 255) = 41.67%

R = 43.06%
G = 15.28%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B3796 (or 0x9B3796) is known color: Vivid Violet. HEX triplet: 9B, 37 and 96. RGB value is (155,55,150). Sum of RGB (Red+Green+Blue) = 155+55+150=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3796 is #64C869. Grayscale: #5F5F5F. Windows color (decimal): -6604906 or 9844635. OLE color: 9844635.

HSL color Cylindrical-coordinate representation of color #9B3796: hue angle of 303º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3796 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 55 150 -
CMYK 0 0.65 0.03 0.39
HSL 303º 0.48% 0.41% -
HSV(B) 303º 0.65% 0.61% -
XYZ 20.39 11.9 30.08 -
YUV 95.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 155 55 150 0 0.65 0.03 0.39 303 0.48 0.41
Hex 9B 37 96 0 41 3 27 12F 30 29
Octal 233 67 226 0 101 3 47 457 60 51
Binary 10011011 110111 10010110 0 1000001 11 100111 100101111 110000 101001

Color Harmonies of #9B3796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3796

Black with #9B3796

Text Example


Text Example

White with #9B3796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,55,150); }

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

background-color css

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

 a { background-color: rgb(155,55,150); }

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

border-color css

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

 span { border-color: rgb(155,55,150); }

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