Html Css Color HEX #9B499B Violet Blue

📋 copy color: '#9B499B'

red 155 ◦ green 73 ◦ blue 155

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

Shades of Violet Blue #9B499B

Tints of Violet Blue #9B499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 40.47%
G = 19.06%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B499B (or 0x9B499B) is known color: Violet Blue. HEX triplet: 9B, 49 and 9B. RGB value is (155,73,155). Sum of RGB (Red+Green+Blue) = 155+73+155=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B499B is #64B664. Grayscale: #6A6A6A. Windows color (decimal): -6600293 or 10176923. OLE color: 10176923.

HSL color Cylindrical-coordinate representation of color #9B499B: hue angle of 300º 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 #9B499B is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 73 155 -
CMYK 0 0.53 0 0.39
HSL 300º 0.36% 0.45% -
HSV(B) 300º 0.53% 0.61% -
XYZ 21.82 14.1 32.58 -
YUV 106.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 155 73 155 0 0.53 0 0.39 300 0.36 0.45
Hex 9B 49 9B 0 35 0 27 12C 24 2D
Octal 233 111 233 0 65 0 47 454 44 55
Binary 10011011 1001001 10011011 0 110101 0 100111 100101100 100100 101101

Color Harmonies of #9B499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B499B

Black with #9B499B

Text Example


Text Example

White with #9B499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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