Html Css Color HEX #9C8DB9 Cold Purple

📋 copy color: '#9C8DB9'

red 156 ◦ green 141 ◦ blue 185

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

Shades of Cold Purple #9C8DB9

Tints of Cold Purple #9C8DB9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.25%

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

R = 32.37%
G = 29.25%
B = 38.38%

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

#9C8DB9 (or 0x9C8DB9) is known color: Cold Purple. HEX triplet: 9C, 8D and B9. RGB value is (156,141,185). Sum of RGB (Red+Green+Blue) = 156+141+185=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C8DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8DB9 is #637246. Grayscale: #969696. Windows color (decimal): -6517319 or 12160412. OLE color: 12160412.

HSL color Cylindrical-coordinate representation of color #9C8DB9: hue angle of 260.45º 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 #9C8DB9 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 141 185 -
CMYK 0.16 0.24 0 0.27
HSL 260.45º 0.24% 0.64% -
HSV(B) 260.45º 0.24% 0.73% -
XYZ 31.99 29.62 49.93 -
YUV 150.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 156 141 185 0.16 0.24 0 0.27 260.45 0.24 0.64
Hex 9C 8D B9 10 18 0 1B 104 18 40
Octal 234 215 271 20 30 0 33 404 30 100
Binary 10011100 10001101 10111001 10000 11000 0 11011 100000100 11000 1000000

Color Harmonies of #9C8DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8DB9

Black with #9C8DB9

Text Example


Text Example

White with #9C8DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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