Html Css Color HEX #9C92BB Cold Purple

📋 copy color: '#9C92BB'

red 156 ◦ green 146 ◦ blue 187

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

Shades of Cold Purple #9C92BB

Tints of Cold Purple #9C92BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 31.9%
G = 29.86%
B = 38.24%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C92BB (or 0x9C92BB) is known color: Cold Purple. HEX triplet: 9C, 92 and BB. RGB value is (156,146,187). Sum of RGB (Red+Green+Blue) = 156+146+187=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C92BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C92BB is #636D44. Grayscale: #999999. Windows color (decimal): -6516037 or 12292764. OLE color: 12292764.

HSL color Cylindrical-coordinate representation of color #9C92BB: hue angle of 254.63º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C92BB is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 146 187 -
CMYK 0.17 0.22 0 0.27
HSL 254.63º 0.23% 0.65% -
HSV(B) 254.63º 0.22% 0.73% -
XYZ 32.96 31.21 51.3 -
YUV 153.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 156 146 187 0.17 0.22 0 0.27 254.63 0.23 0.65
Hex 9C 92 BB 11 16 0 1B FF 17 41
Octal 234 222 273 21 26 0 33 377 27 101
Binary 10011100 10010010 10111011 10001 10110 0 11011 11111111 10111 1000001

Color Harmonies of #9C92BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C92BB

Black with #9C92BB

Text Example


Text Example

White with #9C92BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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