Html Css Color HEX #9D60AC Violet Blue

📋 copy color: '#9D60AC'

red 157 ◦ green 96 ◦ blue 172

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

Shades of Violet Blue #9D60AC

Tints of Violet Blue #9D60AC

RGB

 RED value IS 157 (61.72% from 255) = 36.94%

 GREEN value IS 96 (37.89% from 255) = 22.59%

 BLUE value IS 172 (67.58% from 255) = 40.47%

R = 36.94%
G = 22.59%
B = 40.47%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D60AC (or 0x9D60AC) is known color: Violet Blue. HEX triplet: 9D, 60 and AC. RGB value is (157,96,172). Sum of RGB (Red+Green+Blue) = 157+96+172=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D60AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D60AC is #629F53. Grayscale: #7A7A7A. Windows color (decimal): -6463316 or 11296925. OLE color: 11296925.

HSL color Cylindrical-coordinate representation of color #9D60AC: hue angle of 288.16º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D60AC is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 96 172 -
CMYK 0.09 0.44 0 0.33
HSL 288.16º 0.31% 0.53% -
HSV(B) 288.16º 0.44% 0.67% -
XYZ 25.53 18.51 41.26 -
YUV 122.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 157 96 172 0.09 0.44 0 0.33 288.16 0.31 0.53
Hex 9D 60 AC 9 2C 0 21 120 1F 35
Octal 235 140 254 11 54 0 41 440 37 65
Binary 10011101 1100000 10101100 1001 101100 0 100001 100100000 11111 110101

Color Harmonies of #9D60AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D60AC

Black with #9D60AC

Text Example


Text Example

White with #9D60AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,96,172); }

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

background-color css

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

 a { background-color: rgb(157,96,172); }

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

border-color css

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

 span { border-color: rgb(157,96,172); }

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