Html Css Color HEX #9B3499 Vivid Violet

📋 copy color: '#9B3499'

red 155 ◦ green 52 ◦ blue 153

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

Shades of Vivid Violet #9B3499

Tints of Vivid Violet #9B3499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.44%

 BLUE value IS 153 (60.16% from 255) = 42.5%

R = 43.06%
G = 14.44%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B3499 (or 0x9B3499) is known color: Vivid Violet. HEX triplet: 9B, 34 and 99. RGB value is (155,52,153). Sum of RGB (Red+Green+Blue) = 155+52+153=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3499 is #64CB66. Grayscale: #5E5E5E. Windows color (decimal): -6605671 or 10040475. OLE color: 10040475.

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

Color convert

RGB 155 52 153 -
CMYK 0 0.66 0.01 0.39
HSL 301.17º 0.5% 0.41% -
HSV(B) 301.17º 0.66% 0.61% -
XYZ 20.5 11.72 31.32 -
YUV 94.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 155 52 153 0 0.66 0.01 0.39 301.17 0.5 0.41
Hex 9B 34 99 0 42 1 27 12D 32 29
Octal 233 64 231 0 102 1 47 455 62 51
Binary 10011011 110100 10011001 0 1000010 1 100111 100101101 110010 101001

Color Harmonies of #9B3499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3499

Black with #9B3499

Text Example


Text Example

White with #9B3499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,52,153); }

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

background-color css

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

 a { background-color: rgb(155,52,153); }

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

border-color css

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

 span { border-color: rgb(155,52,153); }

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