Html Css Color HEX #9B499C Violet Blue

📋 copy color: '#9B499C'

red 155 ◦ green 73 ◦ blue 156

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

Shades of Violet Blue #9B499C

Tints of Violet Blue #9B499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.01%

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 40.36%
G = 19.01%
B = 40.63%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B499C (or 0x9B499C) is known color: Violet Blue. HEX triplet: 9B, 49 and 9C. RGB value is (155,73,156). Sum of RGB (Red+Green+Blue) = 155+73+156=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B499C is #64B663. Grayscale: #6A6A6A. Windows color (decimal): -6600292 or 10242459. OLE color: 10242459.

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

Color convert

RGB 155 73 156 -
CMYK 0.01 0.53 0 0.39
HSL 299.28º 0.36% 0.45% -
HSV(B) 299.28º 0.53% 0.61% -
XYZ 21.9 14.13 33.03 -
YUV 106.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 155 73 156 0.01 0.53 0 0.39 299.28 0.36 0.45
Hex 9B 49 9C 1 35 0 27 12B 24 2D
Octal 233 111 234 1 65 0 47 453 44 55
Binary 10011011 1001001 10011100 1 110101 0 100111 100101011 100100 101101

Color Harmonies of #9B499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B499C

Black with #9B499C

Text Example


Text Example

White with #9B499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,73,156); }

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

background-color css

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

 a { background-color: rgb(155,73,156); }

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

border-color css

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

 span { border-color: rgb(155,73,156); }

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