Html Css Color HEX #9E89CD Cold Purple

📋 copy color: '#9E89CD'

red 158 ◦ green 137 ◦ blue 205

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

Shades of Cold Purple #9E89CD

Tints of Cold Purple #9E89CD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.4%

 BLUE value IS 205 (80.47% from 255) = 41%

R = 31.6%
G = 27.4%
B = 41%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E89CD (or 0x9E89CD) is known color: Cold Purple. HEX triplet: 9E, 89 and CD. RGB value is (158,137,205). Sum of RGB (Red+Green+Blue) = 158+137+205=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E89CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E89CD is #617632. Grayscale: #969696. Windows color (decimal): -6387251 or 13470110. OLE color: 13470110.

HSL color Cylindrical-coordinate representation of color #9E89CD: hue angle of 258.53º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E89CD is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 137 205 -
CMYK 0.23 0.33 0 0.20
HSL 258.53º 0.4% 0.67% -
HSV(B) 258.53º 0.33% 0.8% -
XYZ 34.07 29.57 61.67 -
YUV 151.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 158 137 205 0.23 0.33 0 0.20 258.53 0.4 0.67
Hex 9E 89 CD 17 21 0 14 103 28 43
Octal 236 211 315 27 41 0 24 403 50 103
Binary 10011110 10001001 11001101 10111 100001 0 10100 100000011 101000 1000011

Color Harmonies of #9E89CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E89CD

Black with #9E89CD

Text Example


Text Example

White with #9E89CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,137,205); }

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

background-color css

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

 a { background-color: rgb(158,137,205); }

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

border-color css

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

 span { border-color: rgb(158,137,205); }

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