Html Css Color HEX #9E95EC Wistful

📋 copy color: '#9E95EC'

red 158 ◦ green 149 ◦ blue 236

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

Shades of Wistful #9E95EC

Tints of Wistful #9E95EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.46%

R = 29.1%
G = 27.44%
B = 43.46%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E95EC (or 0x9E95EC) is known color: Wistful. HEX triplet: 9E, 95 and EC. RGB value is (158,149,236). Sum of RGB (Red+Green+Blue) = 158+149+236=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E95EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E95EC is #616A13. Grayscale: #A1A1A1. Windows color (decimal): -6384148 or 15504798. OLE color: 15504798.

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

Color convert

RGB 158 149 236 -
CMYK 0.33 0.37 0 0.07
HSL 246.21º 0.7% 0.75% -
HSV(B) 246.21º 0.37% 0.93% -
XYZ 39.99 34.82 83.97 -
YUV 161.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 158 149 236 0.33 0.37 0 0.07 246.21 0.7 0.75
Hex 9E 95 EC 21 25 0 7 F6 46 4B
Octal 236 225 354 41 45 0 7 366 106 113
Binary 10011110 10010101 11101100 100001 100101 0 111 11110110 1000110 1001011

Color Harmonies of #9E95EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E95EC

Black with #9E95EC

Text Example


Text Example

White with #9E95EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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