Html Css Color HEX #9B6691 Violet Blue

📋 copy color: '#9B6691'

red 155 ◦ green 102 ◦ blue 145

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

Shades of Violet Blue #9B6691

Tints of Violet Blue #9B6691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.37%

 BLUE value IS 145 (57.03% from 255) = 36.07%

R = 38.56%
G = 25.37%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B6691 (or 0x9B6691) is known color: Violet Blue. HEX triplet: 9B, 66 and 91. RGB value is (155,102,145). Sum of RGB (Red+Green+Blue) = 155+102+145=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6691 is #64996E. Grayscale: #7A7A7A. Windows color (decimal): -6592879 or 9528987. OLE color: 9528987.

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

Color convert

RGB 155 102 145 -
CMYK 0 0.34 0.06 0.39
HSL 311.32º 0.21% 0.5% -
HSV(B) 311.32º 0.34% 0.61% -
XYZ 23.38 18.52 29.13 -
YUV 122.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 155 102 145 0 0.34 0.06 0.39 311.32 0.21 0.5
Hex 9B 66 91 0 22 6 27 137 15 32
Octal 233 146 221 0 42 6 47 467 25 62
Binary 10011011 1100110 10010001 0 100010 110 100111 100110111 10101 110010

Color Harmonies of #9B6691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6691

Black with #9B6691

Text Example


Text Example

White with #9B6691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,102,145); }

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

background-color css

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

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

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

border-color css

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

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

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