Html Css Color HEX #9E8DBC Cold Purple

📋 copy color: '#9E8DBC'

red 158 ◦ green 141 ◦ blue 188

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

Shades of Cold Purple #9E8DBC

Tints of Cold Purple #9E8DBC

RGB

 RED value IS 158 (62.11% from 255) = 32.44%

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

 BLUE value IS 188 (73.83% from 255) = 38.6%

R = 32.44%
G = 28.95%
B = 38.6%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E8DBC (or 0x9E8DBC) is known color: Cold Purple. HEX triplet: 9E, 8D and BC. RGB value is (158,141,188). Sum of RGB (Red+Green+Blue) = 158+141+188=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E8DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DBC is #617243. Grayscale: #979797. Windows color (decimal): -6386244 or 12357022. OLE color: 12357022.

HSL color Cylindrical-coordinate representation of color #9E8DBC: hue angle of 261.7º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E8DBC is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 141 188 -
CMYK 0.16 0.25 0 0.26
HSL 261.7º 0.26% 0.65% -
HSV(B) 261.7º 0.25% 0.74% -
XYZ 32.7 29.95 51.63 -
YUV 151.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 158 141 188 0.16 0.25 0 0.26 261.7 0.26 0.65
Hex 9E 8D BC 10 19 0 1A 106 1A 41
Octal 236 215 274 20 31 0 32 406 32 101
Binary 10011110 10001101 10111100 10000 11001 0 11010 100000110 11010 1000001

Color Harmonies of #9E8DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8DBC

Black with #9E8DBC

Text Example


Text Example

White with #9E8DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,141,188); }

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

background-color css

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

 a { background-color: rgb(158,141,188); }

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

border-color css

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

 span { border-color: rgb(158,141,188); }

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