Html Css Color HEX #9E8DBD Cold Purple

📋 copy color: '#9E8DBD'

red 158 ◦ green 141 ◦ blue 189

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

Shades of Cold Purple #9E8DBD

Tints of Cold Purple #9E8DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.73%

R = 32.38%
G = 28.89%
B = 38.73%

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

#9E8DBD (or 0x9E8DBD) is known color: Cold Purple. HEX triplet: 9E, 8D and BD. RGB value is (158,141,189). Sum of RGB (Red+Green+Blue) = 158+141+189=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E8DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DBD is #617242. Grayscale: #979797. Windows color (decimal): -6386243 or 12422558. OLE color: 12422558.

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

Color convert

RGB 158 141 189 -
CMYK 0.16 0.25 0 0.26
HSL 261.25º 0.27% 0.65% -
HSV(B) 261.25º 0.25% 0.74% -
XYZ 32.81 29.99 52.2 -
YUV 151.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 158 141 189 0.16 0.25 0 0.26 261.25 0.27 0.65
Hex 9E 8D BD 10 19 0 1A 105 1B 41
Octal 236 215 275 20 31 0 32 405 33 101
Binary 10011110 10001101 10111101 10000 11001 0 11010 100000101 11011 1000001

Color Harmonies of #9E8DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8DBD

Black with #9E8DBD

Text Example


Text Example

White with #9E8DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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