Html Css Color HEX #9E8AD5 Cold Purple

📋 copy color: '#9E8AD5'

red 158 ◦ green 138 ◦ blue 213

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

Shades of Cold Purple #9E8AD5

Tints of Cold Purple #9E8AD5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.11%

 BLUE value IS 213 (83.59% from 255) = 41.85%

R = 31.04%
G = 27.11%
B = 41.85%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9E8AD5 (or 0x9E8AD5) is known color: Cold Purple. HEX triplet: 9E, 8A and D5. RGB value is (158,138,213). Sum of RGB (Red+Green+Blue) = 158+138+213=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #9E8AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8AD5 is #61752A. Grayscale: #989898. Windows color (decimal): -6386987 or 13994654. OLE color: 13994654.

HSL color Cylindrical-coordinate representation of color #9E8AD5: hue angle of 256º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E8AD5 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 138 213 -
CMYK 0.26 0.35 0 0.16
HSL 256º 0.47% 0.69% -
HSV(B) 256º 0.35% 0.84% -
XYZ 35.2 30.25 66.93 -
YUV 152.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 158 138 213 0.26 0.35 0 0.16 256 0.47 0.69
Hex 9E 8A D5 1A 23 0 10 100 2F 45
Octal 236 212 325 32 43 0 20 400 57 105
Binary 10011110 10001010 11010101 11010 100011 0 10000 100000000 101111 1000101

Color Harmonies of #9E8AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8AD5

Black with #9E8AD5

Text Example


Text Example

White with #9E8AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,138,213); }

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

background-color css

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

 a { background-color: rgb(158,138,213); }

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

border-color css

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

 span { border-color: rgb(158,138,213); }

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