Html Css Color HEX #9D52A4 Violet Blue

📋 copy color: '#9D52A4'

red 157 ◦ green 82 ◦ blue 164

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

Shades of Violet Blue #9D52A4

Tints of Violet Blue #9D52A4

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.35%

 BLUE value IS 164 (64.45% from 255) = 40.69%

R = 38.96%
G = 20.35%
B = 40.69%

CMYK

 C value IS 0.04

 M value IS 0.5

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9D52A4 (or 0x9D52A4) is known color: Violet Blue. HEX triplet: 9D, 52 and A4. RGB value is (157,82,164). Sum of RGB (Red+Green+Blue) = 157+82+164=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 164 - color contains mainly: blue. Hex color #9D52A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D52A4 is #62AD5B. Grayscale: #717171. Windows color (decimal): -6466908 or 10769053. OLE color: 10769053.

HSL color Cylindrical-coordinate representation of color #9D52A4: hue angle of 294.88º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D52A4 is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 157 82 164 -
CMYK 0.04 0.5 0 0.36
HSL 294.88º 0.33% 0.48% -
HSV(B) 294.88º 0.5% 0.64% -
XYZ 23.62 15.88 36.94 -
YUV 113.77 156.35 158.83 -
System Red Green Blue C M Y K H S L
Decimal 157 82 164 0.04 0.5 0 0.36 294.88 0.33 0.48
Hex 9D 52 A4 4 32 0 24 127 21 30
Octal 235 122 244 4 62 0 44 447 41 60
Binary 10011101 1010010 10100100 100 110010 0 100100 100100111 100001 110000

Color Harmonies of #9D52A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D52A4

Black with #9D52A4

Text Example


Text Example

White with #9D52A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,82,164); }

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

background-color css

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

 a { background-color: rgb(157,82,164); }

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

border-color css

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

 span { border-color: rgb(157,82,164); }

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