Html Css Color HEX #9D5DAC Violet Blue

📋 copy color: '#9D5DAC'

red 157 ◦ green 93 ◦ blue 172

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

Shades of Violet Blue #9D5DAC

Tints of Violet Blue #9D5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.04%

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

R = 37.2%
G = 22.04%
B = 40.76%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D5DAC (or 0x9D5DAC) is known color: Violet Blue. HEX triplet: 9D, 5D and AC. RGB value is (157,93,172). Sum of RGB (Red+Green+Blue) = 157+93+172=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D5DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5DAC is #62A253. Grayscale: #787878. Windows color (decimal): -6464084 or 11296157. OLE color: 11296157.

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

Color convert

RGB 157 93 172 -
CMYK 0.09 0.46 0 0.33
HSL 288.61º 0.32% 0.52% -
HSV(B) 288.61º 0.46% 0.67% -
XYZ 25.27 17.98 41.17 -
YUV 121.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 157 93 172 0.09 0.46 0 0.33 288.61 0.32 0.52
Hex 9D 5D AC 9 2E 0 21 121 20 34
Octal 235 135 254 11 56 0 41 441 40 64
Binary 10011101 1011101 10101100 1001 101110 0 100001 100100001 100000 110100

Color Harmonies of #9D5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5DAC

Black with #9D5DAC

Text Example


Text Example

White with #9D5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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