Html Css Color HEX #9E95EE Wistful

📋 copy color: '#9E95EE'

red 158 ◦ green 149 ◦ blue 238

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

Shades of Wistful #9E95EE

Tints of Wistful #9E95EE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.34%

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 28.99%
G = 27.34%
B = 43.67%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E95EE (or 0x9E95EE) is known color: Wistful. HEX triplet: 9E, 95 and EE. RGB value is (158,149,238). Sum of RGB (Red+Green+Blue) = 158+149+238=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E95EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E95EE is #616A11. Grayscale: #A1A1A1. Windows color (decimal): -6384146 or 15635870. OLE color: 15635870.

HSL color Cylindrical-coordinate representation of color #9E95EE: hue angle of 246.07º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E95EE is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 149 238 -
CMYK 0.34 0.37 0 0.07
HSL 246.07º 0.72% 0.76% -
HSV(B) 246.07º 0.37% 0.93% -
XYZ 40.28 34.94 85.51 -
YUV 161.84 170.98 125.26 -
System Red Green Blue C M Y K H S L
Decimal 158 149 238 0.34 0.37 0 0.07 246.07 0.72 0.76
Hex 9E 95 EE 22 25 0 7 F6 48 4C
Octal 236 225 356 42 45 0 7 366 110 114
Binary 10011110 10010101 11101110 100010 100101 0 111 11110110 1001000 1001100

Color Harmonies of #9E95EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E95EE

Black with #9E95EE

Text Example


Text Example

White with #9E95EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,149,238); }

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

background-color css

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

 a { background-color: rgb(158,149,238); }

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

border-color css

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

 span { border-color: rgb(158,149,238); }

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