Html Css Color HEX #9B95AC Santas Grey

📋 copy color: '#9B95AC'

red 155 ◦ green 149 ◦ blue 172

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

Shades of Santas Grey #9B95AC

Tints of Santas Grey #9B95AC

RGB

 RED value IS 155 (60.94% from 255) = 32.56%

 GREEN value IS 149 (58.59% from 255) = 31.3%

 BLUE value IS 172 (67.58% from 255) = 36.13%

R = 32.56%
G = 31.3%
B = 36.13%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B95AC (or 0x9B95AC) is known color: Santas Grey. HEX triplet: 9B, 95 and AC. RGB value is (155,149,172). Sum of RGB (Red+Green+Blue) = 155+149+172=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B95AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B95AC is #646A53. Grayscale: #999999. Windows color (decimal): -6580820 or 11310491. OLE color: 11310491.

HSL color Cylindrical-coordinate representation of color #9B95AC: hue angle of 255.65º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B95AC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 149 172 -
CMYK 0.10 0.13 0 0.33
HSL 255.65º 0.12% 0.63% -
HSV(B) 255.65º 0.13% 0.67% -
XYZ 31.71 31.44 43.43 -
YUV 153.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 155 149 172 0.10 0.13 0 0.33 255.65 0.12 0.63
Hex 9B 95 AC A D 0 21 100 C 3F
Octal 233 225 254 12 15 0 41 400 14 77
Binary 10011011 10010101 10101100 1010 1101 0 100001 100000000 1100 111111

Color Harmonies of #9B95AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B95AC

Black with #9B95AC

Text Example


Text Example

White with #9B95AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,149,172); }

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

background-color css

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

 a { background-color: rgb(155,149,172); }

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

border-color css

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

 span { border-color: rgb(155,149,172); }

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