Html Css Color HEX #9B4499 Violet Blue

📋 copy color: '#9B4499'

red 155 ◦ green 68 ◦ blue 153

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

Shades of Violet Blue #9B4499

Tints of Violet Blue #9B4499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.09%

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

R = 41.22%
G = 18.09%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B4499 (or 0x9B4499) is known color: Violet Blue. HEX triplet: 9B, 44 and 99. RGB value is (155,68,153). Sum of RGB (Red+Green+Blue) = 155+68+153=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4499 is #64BB66. Grayscale: #676767. Windows color (decimal): -6601575 or 10044571. OLE color: 10044571.

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

Color convert

RGB 155 68 153 -
CMYK 0 0.56 0.01 0.39
HSL 301.38º 0.39% 0.44% -
HSV(B) 301.38º 0.56% 0.61% -
XYZ 21.33 13.4 31.6 -
YUV 103.7 155.82 164.59 -
System Red Green Blue C M Y K H S L
Decimal 155 68 153 0 0.56 0.01 0.39 301.38 0.39 0.44
Hex 9B 44 99 0 38 1 27 12D 27 2C
Octal 233 104 231 0 70 1 47 455 47 54
Binary 10011011 1000100 10011001 0 111000 1 100111 100101101 100111 101100

Color Harmonies of #9B4499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4499

Black with #9B4499

Text Example


Text Example

White with #9B4499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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