Html Css Color HEX #9E93CB Wistful

📋 copy color: '#9E93CB'

red 158 ◦ green 147 ◦ blue 203

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

Shades of Wistful #9E93CB

Tints of Wistful #9E93CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.94%

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

R = 31.1%
G = 28.94%
B = 39.96%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E93CB (or 0x9E93CB) is known color: Wistful. HEX triplet: 9E, 93 and CB. RGB value is (158,147,203). Sum of RGB (Red+Green+Blue) = 158+147+203=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E93CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93CB is #616C34. Grayscale: #9C9C9C. Windows color (decimal): -6384693 or 13341598. OLE color: 13341598.

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

Color convert

RGB 158 147 203 -
CMYK 0.22 0.28 0 0.20
HSL 251.79º 0.35% 0.69% -
HSV(B) 251.79º 0.28% 0.8% -
XYZ 35.31 32.45 60.9 -
YUV 156.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 158 147 203 0.22 0.28 0 0.20 251.79 0.35 0.69
Hex 9E 93 CB 16 1C 0 14 FC 23 45
Octal 236 223 313 26 34 0 24 374 43 105
Binary 10011110 10010011 11001011 10110 11100 0 10100 11111100 100011 1000101

Color Harmonies of #9E93CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E93CB

Black with #9E93CB

Text Example


Text Example

White with #9E93CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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