Html Css Color HEX #9B6490 Violet Blue

📋 copy color: '#9B6490'

red 155 ◦ green 100 ◦ blue 144

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

Shades of Violet Blue #9B6490

Tints of Violet Blue #9B6490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.06%

 BLUE value IS 144 (56.64% from 255) = 36.09%

R = 38.85%
G = 25.06%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B6490 (or 0x9B6490) is known color: Violet Blue. HEX triplet: 9B, 64 and 90. RGB value is (155,100,144). Sum of RGB (Red+Green+Blue) = 155+100+144=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6490 is #649B6F. Grayscale: #797979. Windows color (decimal): -6593392 or 9462939. OLE color: 9462939.

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

Color convert

RGB 155 100 144 -
CMYK 0 0.35 0.07 0.39
HSL 312º 0.22% 0.5% -
HSV(B) 312º 0.35% 0.61% -
XYZ 23.11 18.1 28.66 -
YUV 121.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 155 100 144 0 0.35 0.07 0.39 312 0.22 0.5
Hex 9B 64 90 0 23 7 27 138 16 32
Octal 233 144 220 0 43 7 47 470 26 62
Binary 10011011 1100100 10010000 0 100011 111 100111 100111000 10110 110010

Color Harmonies of #9B6490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6490

Black with #9B6490

Text Example


Text Example

White with #9B6490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,100,144); }

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

background-color css

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

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

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

border-color css

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

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

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