Html Css Color HEX #9556A2 Violet Blue

📋 copy color: '#9556A2'

red 149 ◦ green 86 ◦ blue 162

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

Shades of Violet Blue #9556A2

Tints of Violet Blue #9556A2

RGB

 RED value IS 149 (58.59% from 255) = 37.53%

 GREEN value IS 86 (33.98% from 255) = 21.66%

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

R = 37.53%
G = 21.66%
B = 40.81%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9556A2 (or 0x9556A2) is known color: Violet Blue. HEX triplet: 95, 56 and A2. RGB value is (149,86,162). Sum of RGB (Red+Green+Blue) = 149+86+162=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 162 - color contains mainly: blue. Hex color #9556A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9556A2 is #6AA95D. Grayscale: #717171. Windows color (decimal): -6990174 or 10638997. OLE color: 10638997.

HSL color Cylindrical-coordinate representation of color #9556A2: hue angle of 289.74º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9556A2 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 86 162 -
CMYK 0.08 0.47 0 0.36
HSL 289.74º 0.31% 0.49% -
HSV(B) 289.74º 0.47% 0.64% -
XYZ 22.24 15.65 36.03 -
YUV 113.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 149 86 162 0.08 0.47 0 0.36 289.74 0.31 0.49
Hex 95 56 A2 8 2F 0 24 122 1F 31
Octal 225 126 242 10 57 0 44 442 37 61
Binary 10010101 1010110 10100010 1000 101111 0 100100 100100010 11111 110001

Color Harmonies of #9556A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9556A2

Black with #9556A2

Text Example


Text Example

White with #9556A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9556A2; }

 p { color: rgb(149,86,162); }

 H1.HeaderClassName
 {
   color: #9556A2;
 }
 .AnyTagClassName
 {
   color: #9556A2;
 }
</style>

background-color css

<style>
 a { background-color: #9556A2; }

 a { background-color: rgb(149,86,162); }

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

border-color css

<style>
 span { border-color: #9556A2; }

 span { border-color: rgb(149,86,162); }

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