Html Css Color HEX #9D62AA Violet Blue

📋 copy color: '#9D62AA'

red 157 ◦ green 98 ◦ blue 170

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

Shades of Violet Blue #9D62AA

Tints of Violet Blue #9D62AA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.06%

 BLUE value IS 170 (66.8% from 255) = 40%

R = 36.94%
G = 23.06%
B = 40%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D62AA (or 0x9D62AA) is known color: Violet Blue. HEX triplet: 9D, 62 and AA. RGB value is (157,98,170). Sum of RGB (Red+Green+Blue) = 157+98+170=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D62AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D62AA is #629D55. Grayscale: #7B7B7B. Windows color (decimal): -6462806 or 11166365. OLE color: 11166365.

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

Color convert

RGB 157 98 170 -
CMYK 0.08 0.42 0 0.33
HSL 289.17º 0.3% 0.53% -
HSV(B) 289.17º 0.42% 0.67% -
XYZ 25.53 18.81 40.31 -
YUV 123.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 157 98 170 0.08 0.42 0 0.33 289.17 0.3 0.53
Hex 9D 62 AA 8 2A 0 21 121 1E 35
Octal 235 142 252 10 52 0 41 441 36 65
Binary 10011101 1100010 10101010 1000 101010 0 100001 100100001 11110 110101

Color Harmonies of #9D62AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D62AA

Black with #9D62AA

Text Example


Text Example

White with #9D62AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,98,170); }

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

background-color css

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

 a { background-color: rgb(157,98,170); }

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

border-color css

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

 span { border-color: rgb(157,98,170); }

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