Html Css Color HEX #9E93C8 Wistful

📋 copy color: '#9E93C8'

red 158 ◦ green 147 ◦ blue 200

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

Shades of Wistful #9E93C8

Tints of Wistful #9E93C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.6%

R = 31.29%
G = 29.11%
B = 39.6%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9E93C8 (or 0x9E93C8) is known color: Wistful. HEX triplet: 9E, 93 and C8. RGB value is (158,147,200). Sum of RGB (Red+Green+Blue) = 158+147+200=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 200 - color contains mainly: blue. Hex color #9E93C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93C8 is #616C37. Grayscale: #9C9C9C. Windows color (decimal): -6384696 or 13144990. OLE color: 13144990.

HSL color Cylindrical-coordinate representation of color #9E93C8: hue angle of 252.45º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E93C8 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 158 147 200 -
CMYK 0.21 0.26 0 0.22
HSL 252.45º 0.33% 0.68% -
HSV(B) 252.45º 0.27% 0.78% -
XYZ 34.96 32.31 59.04 -
YUV 156.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 158 147 200 0.21 0.26 0 0.22 252.45 0.33 0.68
Hex 9E 93 C8 15 1A 0 16 FC 21 44
Octal 236 223 310 25 32 0 26 374 41 104
Binary 10011110 10010011 11001000 10101 11010 0 10110 11111100 100001 1000100

Color Harmonies of #9E93C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E93C8

Black with #9E93C8

Text Example


Text Example

White with #9E93C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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