Html Css Color HEX #9E89BF Cold Purple

📋 copy color: '#9E89BF'

red 158 ◦ green 137 ◦ blue 191

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

Shades of Cold Purple #9E89BF

Tints of Cold Purple #9E89BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.3%

R = 32.51%
G = 28.19%
B = 39.3%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E89BF (or 0x9E89BF) is known color: Cold Purple. HEX triplet: 9E, 89 and BF. RGB value is (158,137,191). Sum of RGB (Red+Green+Blue) = 158+137+191=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E89BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E89BF is #617640. Grayscale: #959595. Windows color (decimal): -6387265 or 12552606. OLE color: 12552606.

HSL color Cylindrical-coordinate representation of color #9E89BF: hue angle of 263.33º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E89BF is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 137 191 -
CMYK 0.17 0.28 0 0.25
HSL 263.33º 0.3% 0.64% -
HSV(B) 263.33º 0.28% 0.75% -
XYZ 32.45 28.92 53.16 -
YUV 149.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 158 137 191 0.17 0.28 0 0.25 263.33 0.3 0.64
Hex 9E 89 BF 11 1C 0 19 107 1E 40
Octal 236 211 277 21 34 0 31 407 36 100
Binary 10011110 10001001 10111111 10001 11100 0 11001 100000111 11110 1000000

Color Harmonies of #9E89BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E89BF

Black with #9E89BF

Text Example


Text Example

White with #9E89BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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