Html Css Color HEX #9B589A Violet Blue

📋 copy color: '#9B589A'

red 155 ◦ green 88 ◦ blue 154

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

Shades of Violet Blue #9B589A

Tints of Violet Blue #9B589A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.17%

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 39.04%
G = 22.17%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B589A (or 0x9B589A) is known color: Violet Blue. HEX triplet: 9B, 58 and 9A. RGB value is (155,88,154). Sum of RGB (Red+Green+Blue) = 155+88+154=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B589A is #64A765. Grayscale: #737373. Windows color (decimal): -6596454 or 10115227. OLE color: 10115227.

HSL color Cylindrical-coordinate representation of color #9B589A: hue angle of 300.9º degrees, saturation: 0.28, 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 #9B589A is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 88 154 -
CMYK 0 0.43 0.01 0.39
HSL 300.9º 0.28% 0.48% -
HSV(B) 300.9º 0.43% 0.61% -
XYZ 22.84 16.28 32.51 -
YUV 115.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 155 88 154 0 0.43 0.01 0.39 300.9 0.28 0.48
Hex 9B 58 9A 0 2B 1 27 12D 1C 30
Octal 233 130 232 0 53 1 47 455 34 60
Binary 10011011 1011000 10011010 0 101011 1 100111 100101101 11100 110000

Color Harmonies of #9B589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B589A

Black with #9B589A

Text Example


Text Example

White with #9B589A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,88,154); }

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

background-color css

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

 a { background-color: rgb(155,88,154); }

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

border-color css

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

 span { border-color: rgb(155,88,154); }

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