Html Css Color HEX #9E95F2 Wistful

📋 copy color: '#9E95F2'

red 158 ◦ green 149 ◦ blue 242

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

Shades of Wistful #9E95F2

Tints of Wistful #9E95F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.08%

R = 28.78%
G = 27.14%
B = 44.08%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9E95F2 (or 0x9E95F2) is known color: Wistful. HEX triplet: 9E, 95 and F2. RGB value is (158,149,242). Sum of RGB (Red+Green+Blue) = 158+149+242=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #9E95F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E95F2 is #616A0D. Grayscale: #A1A1A1. Windows color (decimal): -6384142 or 15898014. OLE color: 15898014.

HSL color Cylindrical-coordinate representation of color #9E95F2: hue angle of 245.81º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E95F2 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 149 242 -
CMYK 0.35 0.38 0 0.05
HSL 245.81º 0.78% 0.77% -
HSV(B) 245.81º 0.38% 0.95% -
XYZ 40.88 35.17 88.64 -
YUV 162.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 158 149 242 0.35 0.38 0 0.05 245.81 0.78 0.77
Hex 9E 95 F2 23 26 0 5 F6 4E 4D
Octal 236 225 362 43 46 0 5 366 116 115
Binary 10011110 10010101 11110010 100011 100110 0 101 11110110 1001110 1001101

Color Harmonies of #9E95F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E95F2

Black with #9E95F2

Text Example


Text Example

White with #9E95F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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