Html Css Color HEX #9C8CB9 Cold Purple

📋 copy color: '#9C8CB9'

red 156 ◦ green 140 ◦ blue 185

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

Shades of Cold Purple #9C8CB9

Tints of Cold Purple #9C8CB9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.11%

 BLUE value IS 185 (72.66% from 255) = 38.46%

R = 32.43%
G = 29.11%
B = 38.46%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C8CB9 (or 0x9C8CB9) is known color: Cold Purple. HEX triplet: 9C, 8C and B9. RGB value is (156,140,185). Sum of RGB (Red+Green+Blue) = 156+140+185=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C8CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8CB9 is #637346. Grayscale: #959595. Windows color (decimal): -6517575 or 12160156. OLE color: 12160156.

HSL color Cylindrical-coordinate representation of color #9C8CB9: hue angle of 261.33º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C8CB9 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 140 185 -
CMYK 0.16 0.24 0 0.27
HSL 261.33º 0.24% 0.64% -
HSV(B) 261.33º 0.24% 0.73% -
XYZ 31.85 29.33 49.88 -
YUV 149.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 156 140 185 0.16 0.24 0 0.27 261.33 0.24 0.64
Hex 9C 8C B9 10 18 0 1B 105 18 40
Octal 234 214 271 20 30 0 33 405 30 100
Binary 10011100 10001100 10111001 10000 11000 0 11011 100000101 11000 1000000

Color Harmonies of #9C8CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8CB9

Black with #9C8CB9

Text Example


Text Example

White with #9C8CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,140,185); }

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

background-color css

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

 a { background-color: rgb(156,140,185); }

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

border-color css

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

 span { border-color: rgb(156,140,185); }

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