Html Css Color HEX #9C759D Violet Blue

📋 copy color: '#9C759D'

red 156 ◦ green 117 ◦ blue 157

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

Shades of Violet Blue #9C759D

Tints of Violet Blue #9C759D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 36.28%
G = 27.21%
B = 36.51%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C759D (or 0x9C759D) is known color: Violet Blue. HEX triplet: 9C, 75 and 9D. RGB value is (156,117,157). Sum of RGB (Red+Green+Blue) = 156+117+157=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C759D is #638A62. Grayscale: #858585. Windows color (decimal): -6523491 or 10319260. OLE color: 10319260.

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

Color convert

RGB 156 117 157 -
CMYK 0.01 0.25 0 0.38
HSL 298.5º 0.17% 0.54% -
HSV(B) 298.5º 0.25% 0.62% -
XYZ 26.16 22.22 34.81 -
YUV 133.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 156 117 157 0.01 0.25 0 0.38 298.5 0.17 0.54
Hex 9C 75 9D 1 19 0 26 12A 11 36
Octal 234 165 235 1 31 0 46 452 21 66
Binary 10011100 1110101 10011101 1 11001 0 100110 100101010 10001 110110

Color Harmonies of #9C759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C759D

Black with #9C759D

Text Example


Text Example

White with #9C759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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