Html Css Color HEX #9B6591 Violet Blue

📋 copy color: '#9B6591'

red 155 ◦ green 101 ◦ blue 145

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

Shades of Violet Blue #9B6591

Tints of Violet Blue #9B6591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.19%

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

R = 38.65%
G = 25.19%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B6591 (or 0x9B6591) is known color: Violet Blue. HEX triplet: 9B, 65 and 91. RGB value is (155,101,145). Sum of RGB (Red+Green+Blue) = 155+101+145=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6591 is #649A6E. Grayscale: #7A7A7A. Windows color (decimal): -6593135 or 9528731. OLE color: 9528731.

HSL color Cylindrical-coordinate representation of color #9B6591: hue angle of 311.11º degrees, saturation: 0.21, 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 #9B6591 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 101 145 -
CMYK 0 0.35 0.06 0.39
HSL 311.11º 0.21% 0.5% -
HSV(B) 311.11º 0.35% 0.61% -
XYZ 23.28 18.32 29.1 -
YUV 122.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 155 101 145 0 0.35 0.06 0.39 311.11 0.21 0.5
Hex 9B 65 91 0 23 6 27 137 15 32
Octal 233 145 221 0 43 6 47 467 25 62
Binary 10011011 1100101 10010001 0 100011 110 100111 100110111 10101 110010

Color Harmonies of #9B6591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6591

Black with #9B6591

Text Example


Text Example

White with #9B6591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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