Html Css Color HEX #9656A1 Violet Blue

📋 copy color: '#9656A1'

red 150 ◦ green 86 ◦ blue 161

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

Shades of Violet Blue #9656A1

Tints of Violet Blue #9656A1

RGB

 RED value IS 150 (58.98% from 255) = 37.78%

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

 BLUE value IS 161 (63.28% from 255) = 40.55%

R = 37.78%
G = 21.66%
B = 40.55%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9656A1 (or 0x9656A1) is known color: Violet Blue. HEX triplet: 96, 56 and A1. RGB value is (150,86,161). Sum of RGB (Red+Green+Blue) = 150+86+161=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 161 - color contains mainly: blue. Hex color #9656A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9656A1 is #69A95E. Grayscale: #717171. Windows color (decimal): -6924639 or 10573462. OLE color: 10573462.

HSL color Cylindrical-coordinate representation of color #9656A1: hue angle of 291.2º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9656A1 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 86 161 -
CMYK 0.07 0.47 0 0.37
HSL 291.2º 0.3% 0.48% -
HSV(B) 291.2º 0.47% 0.63% -
XYZ 22.34 15.71 35.57 -
YUV 113.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 150 86 161 0.07 0.47 0 0.37 291.2 0.3 0.48
Hex 96 56 A1 7 2F 0 25 123 1E 30
Octal 226 126 241 7 57 0 45 443 36 60
Binary 10010110 1010110 10100001 111 101111 0 100101 100100011 11110 110000

Color Harmonies of #9656A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9656A1

Black with #9656A1

Text Example


Text Example

White with #9656A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9656A1; }

 p { color: rgb(150,86,161); }

 H1.HeaderClassName
 {
   color: #9656A1;
 }
 .AnyTagClassName
 {
   color: #9656A1;
 }
</style>

background-color css

<style>
 a { background-color: #9656A1; }

 a { background-color: rgb(150,86,161); }

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

border-color css

<style>
 span { border-color: #9656A1; }

 span { border-color: rgb(150,86,161); }

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