Html Css Color HEX #9C759B Violet Blue

📋 copy color: '#9C759B'

red 156 ◦ green 117 ◦ blue 155

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

Shades of Violet Blue #9C759B

Tints of Violet Blue #9C759B

RGB

 RED value IS 156 (61.33% from 255) = 36.45%

 GREEN value IS 117 (46.09% from 255) = 27.34%

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 36.45%
G = 27.34%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C759B (or 0x9C759B) is known color: Violet Blue. HEX triplet: 9C, 75 and 9B. RGB value is (156,117,155). Sum of RGB (Red+Green+Blue) = 156+117+155=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 156 - color contains mainly: red. Hex color #9C759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C759B is #638A64. Grayscale: #848484. Windows color (decimal): -6523493 or 10188188. OLE color: 10188188.

HSL color Cylindrical-coordinate representation of color #9C759B: hue angle of 301.54º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C759B is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 117 155 -
CMYK 0 0.25 0.01 0.39
HSL 301.54º 0.16% 0.54% -
HSV(B) 301.54º 0.25% 0.61% -
XYZ 25.99 22.16 33.92 -
YUV 132.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 156 117 155 0 0.25 0.01 0.39 301.54 0.16 0.54
Hex 9C 75 9B 0 19 1 27 12E 10 36
Octal 234 165 233 0 31 1 47 456 20 66
Binary 10011100 1110101 10011011 0 11001 1 100111 100101110 10000 110110

Color Harmonies of #9C759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C759B

Black with #9C759B

Text Example


Text Example

White with #9C759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,117,155); }

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

background-color css

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

 a { background-color: rgb(156,117,155); }

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

border-color css

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

 span { border-color: rgb(156,117,155); }

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