Html Css Color HEX #9D5CAC Violet Blue

📋 copy color: '#9D5CAC'

red 157 ◦ green 92 ◦ blue 172

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

Shades of Violet Blue #9D5CAC

Tints of Violet Blue #9D5CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.85%

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

R = 37.29%
G = 21.85%
B = 40.86%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D5CAC (or 0x9D5CAC) is known color: Violet Blue. HEX triplet: 9D, 5C and AC. RGB value is (157,92,172). Sum of RGB (Red+Green+Blue) = 157+92+172=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D5CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5CAC is #62A353. Grayscale: #787878. Windows color (decimal): -6464340 or 11295901. OLE color: 11295901.

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

Color convert

RGB 157 92 172 -
CMYK 0.09 0.47 0 0.33
HSL 288.75º 0.33% 0.52% -
HSV(B) 288.75º 0.47% 0.67% -
XYZ 25.18 17.8 41.14 -
YUV 120.56 157.03 154 -
System Red Green Blue C M Y K H S L
Decimal 157 92 172 0.09 0.47 0 0.33 288.75 0.33 0.52
Hex 9D 5C AC 9 2F 0 21 121 21 34
Octal 235 134 254 11 57 0 41 441 41 64
Binary 10011101 1011100 10101100 1001 101111 0 100001 100100001 100001 110100

Color Harmonies of #9D5CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5CAC

Black with #9D5CAC

Text Example


Text Example

White with #9D5CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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