Html Css Color HEX #9B588C Violet Blue

📋 copy color: '#9B588C'

red 155 ◦ green 88 ◦ blue 140

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

Shades of Violet Blue #9B588C

Tints of Violet Blue #9B588C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 40.47%
G = 22.98%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B588C (or 0x9B588C) is known color: Violet Blue. HEX triplet: 9B, 58 and 8C. RGB value is (155,88,140). Sum of RGB (Red+Green+Blue) = 155+88+140=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B588C is #64A773. Grayscale: #717171. Windows color (decimal): -6596468 or 9197723. OLE color: 9197723.

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

Color convert

RGB 155 88 140 -
CMYK 0 0.43 0.10 0.39
HSL 313.43º 0.28% 0.48% -
HSV(B) 313.43º 0.43% 0.61% -
XYZ 21.74 15.84 26.72 -
YUV 113.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 155 88 140 0 0.43 0.10 0.39 313.43 0.28 0.48
Hex 9B 58 8C 0 2B A 27 139 1C 30
Octal 233 130 214 0 53 12 47 471 34 60
Binary 10011011 1011000 10001100 0 101011 1010 100111 100111001 11100 110000

Color Harmonies of #9B588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B588C

Black with #9B588C

Text Example


Text Example

White with #9B588C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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