Html Css Color HEX #9D96EF Wistful

📋 copy color: '#9D96EF'

red 157 ◦ green 150 ◦ blue 239

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

Shades of Wistful #9D96EF

Tints of Wistful #9D96EF

RGB

 RED value IS 157 (61.72% from 255) = 28.75%

 GREEN value IS 150 (58.98% from 255) = 27.47%

 BLUE value IS 239 (93.75% from 255) = 43.77%

R = 28.75%
G = 27.47%
B = 43.77%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9D96EF (or 0x9D96EF) is known color: Wistful. HEX triplet: 9D, 96 and EF. RGB value is (157,150,239). Sum of RGB (Red+Green+Blue) = 157+150+239=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D96EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D96EF is #626910. Grayscale: #A1A1A1. Windows color (decimal): -6449425 or 15701661. OLE color: 15701661.

HSL color Cylindrical-coordinate representation of color #9D96EF: hue angle of 244.72º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D96EF is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 150 239 -
CMYK 0.34 0.37 0 0.06
HSL 244.72º 0.74% 0.76% -
HSV(B) 244.72º 0.37% 0.94% -
XYZ 40.39 35.21 86.33 -
YUV 162.24 171.32 124.26 -
System Red Green Blue C M Y K H S L
Decimal 157 150 239 0.34 0.37 0 0.06 244.72 0.74 0.76
Hex 9D 96 EF 22 25 0 6 F5 4A 4C
Octal 235 226 357 42 45 0 6 365 112 114
Binary 10011101 10010110 11101111 100010 100101 0 110 11110101 1001010 1001100

Color Harmonies of #9D96EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D96EF

Black with #9D96EF

Text Example


Text Example

White with #9D96EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,150,239); }

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

background-color css

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

 a { background-color: rgb(157,150,239); }

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

border-color css

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

 span { border-color: rgb(157,150,239); }

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