Html Css Color HEX #9D47A2 Violet Blue

📋 copy color: '#9D47A2'

red 157 ◦ green 71 ◦ blue 162

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

Shades of Violet Blue #9D47A2

Tints of Violet Blue #9D47A2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.21%

 BLUE value IS 162 (63.67% from 255) = 41.54%

R = 40.26%
G = 18.21%
B = 41.54%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9D47A2 (or 0x9D47A2) is known color: Violet Blue. HEX triplet: 9D, 47 and A2. RGB value is (157,71,162). Sum of RGB (Red+Green+Blue) = 157+71+162=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 162 - color contains mainly: blue. Hex color #9D47A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D47A2 is #62B85D. Grayscale: #6A6A6A. Windows color (decimal): -6469726 or 10635165. OLE color: 10635165.

HSL color Cylindrical-coordinate representation of color #9D47A2: hue angle of 296.7º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D47A2 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 157 71 162 -
CMYK 0.03 0.56 0 0.36
HSL 296.7º 0.39% 0.46% -
HSV(B) 296.7º 0.56% 0.64% -
XYZ 22.68 14.28 35.74 -
YUV 107.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 157 71 162 0.03 0.56 0 0.36 296.7 0.39 0.46
Hex 9D 47 A2 3 38 0 24 129 27 2E
Octal 235 107 242 3 70 0 44 451 47 56
Binary 10011101 1000111 10100010 11 111000 0 100100 100101001 100111 101110

Color Harmonies of #9D47A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D47A2

Black with #9D47A2

Text Example


Text Example

White with #9D47A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,71,162); }

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

background-color css

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

 a { background-color: rgb(157,71,162); }

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

border-color css

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

 span { border-color: rgb(157,71,162); }

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