Html Css Color HEX #9E8FBE Cold Purple

📋 copy color: '#9E8FBE'

red 158 ◦ green 143 ◦ blue 190

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

Shades of Cold Purple #9E8FBE

Tints of Cold Purple #9E8FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.12%

 BLUE value IS 190 (74.61% from 255) = 38.7%

R = 32.18%
G = 29.12%
B = 38.7%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E8FBE (or 0x9E8FBE) is known color: Cold Purple. HEX triplet: 9E, 8F and BE. RGB value is (158,143,190). Sum of RGB (Red+Green+Blue) = 158+143+190=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E8FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8FBE is #617041. Grayscale: #989898. Windows color (decimal): -6385730 or 12488606. OLE color: 12488606.

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

Color convert

RGB 158 143 190 -
CMYK 0.17 0.25 0 0.25
HSL 259.15º 0.27% 0.65% -
HSV(B) 259.15º 0.25% 0.75% -
XYZ 33.22 30.63 52.88 -
YUV 152.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 158 143 190 0.17 0.25 0 0.25 259.15 0.27 0.65
Hex 9E 8F BE 11 19 0 19 103 1B 41
Octal 236 217 276 21 31 0 31 403 33 101
Binary 10011110 10001111 10111110 10001 11001 0 11001 100000011 11011 1000001

Color Harmonies of #9E8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8FBE

Black with #9E8FBE

Text Example


Text Example

White with #9E8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,143,190); }

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

background-color css

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

 a { background-color: rgb(158,143,190); }

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

border-color css

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

 span { border-color: rgb(158,143,190); }

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