Html Css Color HEX #9D96F1 Wistful

📋 copy color: '#9D96F1'

red 157 ◦ green 150 ◦ blue 241

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

Shades of Wistful #9D96F1

Tints of Wistful #9D96F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.98%

R = 28.65%
G = 27.37%
B = 43.98%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9D96F1 (or 0x9D96F1) is known color: Wistful. HEX triplet: 9D, 96 and F1. RGB value is (157,150,241). Sum of RGB (Red+Green+Blue) = 157+150+241=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #9D96F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D96F1 is #62690E. Grayscale: #A2A2A2. Windows color (decimal): -6449423 or 15832733. OLE color: 15832733.

HSL color Cylindrical-coordinate representation of color #9D96F1: hue angle of 244.62º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D96F1 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 150 241 -
CMYK 0.35 0.38 0 0.05
HSL 244.62º 0.76% 0.77% -
HSV(B) 244.62º 0.38% 0.95% -
XYZ 40.69 35.33 87.89 -
YUV 162.47 172.32 124.1 -
System Red Green Blue C M Y K H S L
Decimal 157 150 241 0.35 0.38 0 0.05 244.62 0.76 0.77
Hex 9D 96 F1 23 26 0 5 F5 4C 4D
Octal 235 226 361 43 46 0 5 365 114 115
Binary 10011101 10010110 11110001 100011 100110 0 101 11110101 1001100 1001101

Color Harmonies of #9D96F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D96F1

Black with #9D96F1

Text Example


Text Example

White with #9D96F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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