Html Css Color HEX #9D94F1 Wistful

📋 copy color: '#9D94F1'

red 157 ◦ green 148 ◦ blue 241

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

Shades of Wistful #9D94F1

Tints of Wistful #9D94F1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.11%

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

R = 28.75%
G = 27.11%
B = 44.14%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9D94F1 (or 0x9D94F1) is known color: Wistful. HEX triplet: 9D, 94 and F1. RGB value is (157,148,241). Sum of RGB (Red+Green+Blue) = 157+148+241=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #9D94F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D94F1 is #626B0E. Grayscale: #A0A0A0. Windows color (decimal): -6449935 or 15832221. OLE color: 15832221.

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

Color convert

RGB 157 148 241 -
CMYK 0.35 0.39 0 0.05
HSL 245.81º 0.77% 0.76% -
HSV(B) 245.81º 0.39% 0.95% -
XYZ 40.37 34.7 87.79 -
YUV 161.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 157 148 241 0.35 0.39 0 0.05 245.81 0.77 0.76
Hex 9D 94 F1 23 27 0 5 F6 4D 4C
Octal 235 224 361 43 47 0 5 366 115 114
Binary 10011101 10010100 11110001 100011 100111 0 101 11110110 1001101 1001100

Color Harmonies of #9D94F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D94F1

Black with #9D94F1

Text Example


Text Example

White with #9D94F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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