Html Css Color HEX #9B5992 Violet Blue

📋 copy color: '#9B5992'

red 155 ◦ green 89 ◦ blue 146

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

Shades of Violet Blue #9B5992

Tints of Violet Blue #9B5992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.82%

 BLUE value IS 146 (57.42% from 255) = 37.44%

R = 39.74%
G = 22.82%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B5992 (or 0x9B5992) is known color: Violet Blue. HEX triplet: 9B, 59 and 92. RGB value is (155,89,146). Sum of RGB (Red+Green+Blue) = 155+89+146=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5992 is #64A66D. Grayscale: #737373. Windows color (decimal): -6596206 or 9591195. OLE color: 9591195.

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

Color convert

RGB 155 89 146 -
CMYK 0 0.43 0.06 0.39
HSL 308.18º 0.27% 0.48% -
HSV(B) 308.18º 0.43% 0.61% -
XYZ 22.28 16.19 29.14 -
YUV 115.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 155 89 146 0 0.43 0.06 0.39 308.18 0.27 0.48
Hex 9B 59 92 0 2B 6 27 134 1B 30
Octal 233 131 222 0 53 6 47 464 33 60
Binary 10011011 1011001 10010010 0 101011 110 100111 100110100 11011 110000

Color Harmonies of #9B5992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5992

Black with #9B5992

Text Example


Text Example

White with #9B5992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,89,146); }

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

background-color css

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

 a { background-color: rgb(155,89,146); }

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

border-color css

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

 span { border-color: rgb(155,89,146); }

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