Html Css Color HEX #9E95CB Wistful

📋 copy color: '#9E95CB'

red 158 ◦ green 149 ◦ blue 203

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

Shades of Wistful #9E95CB

Tints of Wistful #9E95CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.8%

R = 30.98%
G = 29.22%
B = 39.8%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E95CB (or 0x9E95CB) is known color: Wistful. HEX triplet: 9E, 95 and CB. RGB value is (158,149,203). Sum of RGB (Red+Green+Blue) = 158+149+203=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E95CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E95CB is #616A34. Grayscale: #9D9D9D. Windows color (decimal): -6384181 or 13342110. OLE color: 13342110.

HSL color Cylindrical-coordinate representation of color #9E95CB: hue angle of 250º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E95CB is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 149 203 -
CMYK 0.22 0.27 0 0.20
HSL 250º 0.34% 0.69% -
HSV(B) 250º 0.27% 0.8% -
XYZ 35.63 33.08 61.01 -
YUV 157.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 158 149 203 0.22 0.27 0 0.20 250 0.34 0.69
Hex 9E 95 CB 16 1B 0 14 FA 22 45
Octal 236 225 313 26 33 0 24 372 42 105
Binary 10011110 10010101 11001011 10110 11011 0 10100 11111010 100010 1000101

Color Harmonies of #9E95CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E95CB

Black with #9E95CB

Text Example


Text Example

White with #9E95CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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