Html Css Color HEX #9B4A99 Violet Blue

📋 copy color: '#9B4A99'

red 155 ◦ green 74 ◦ blue 153

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

Shades of Violet Blue #9B4A99

Tints of Violet Blue #9B4A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.37%

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

R = 40.58%
G = 19.37%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B4A99 (or 0x9B4A99) is known color: Violet Blue. HEX triplet: 9B, 4A and 99. RGB value is (155,74,153). Sum of RGB (Red+Green+Blue) = 155+74+153=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4A99 is #64B566. Grayscale: #6A6A6A. Windows color (decimal): -6600039 or 10046107. OLE color: 10046107.

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

Color convert

RGB 155 74 153 -
CMYK 0 0.52 0.01 0.39
HSL 301.48º 0.35% 0.45% -
HSV(B) 301.48º 0.52% 0.61% -
XYZ 21.72 14.17 31.73 -
YUV 107.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 155 74 153 0 0.52 0.01 0.39 301.48 0.35 0.45
Hex 9B 4A 99 0 34 1 27 12D 23 2D
Octal 233 112 231 0 64 1 47 455 43 55
Binary 10011011 1001010 10011001 0 110100 1 100111 100101101 100011 101101

Color Harmonies of #9B4A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4A99

Black with #9B4A99

Text Example


Text Example

White with #9B4A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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