Html Css Color HEX #9C92AB Cold Purple

📋 copy color: '#9C92AB'

red 156 ◦ green 146 ◦ blue 171

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

Shades of Cold Purple #9C92AB

Tints of Cold Purple #9C92AB

RGB

 RED value IS 156 (61.33% from 255) = 32.98%

 GREEN value IS 146 (57.42% from 255) = 30.87%

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 32.98%
G = 30.87%
B = 36.15%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C92AB (or 0x9C92AB) is known color: Cold Purple. HEX triplet: 9C, 92 and AB. RGB value is (156,146,171). Sum of RGB (Red+Green+Blue) = 156+146+171=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C92AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C92AB is #636D54. Grayscale: #979797. Windows color (decimal): -6516053 or 11244188. OLE color: 11244188.

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

Color convert

RGB 156 146 171 -
CMYK 0.09 0.15 0 0.33
HSL 264º 0.13% 0.62% -
HSV(B) 264º 0.15% 0.67% -
XYZ 31.34 30.57 42.78 -
YUV 151.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 156 146 171 0.09 0.15 0 0.33 264 0.13 0.62
Hex 9C 92 AB 9 F 0 21 108 D 3E
Octal 234 222 253 11 17 0 41 410 15 76
Binary 10011100 10010010 10101011 1001 1111 0 100001 100001000 1101 111110

Color Harmonies of #9C92AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C92AB

Black with #9C92AB

Text Example


Text Example

White with #9C92AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,146,171); }

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

background-color css

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

 a { background-color: rgb(156,146,171); }

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

border-color css

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

 span { border-color: rgb(156,146,171); }

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