Html Css Color HEX #9F9FDA Wistful

📋 copy color: '#9F9FDA'

red 159 ◦ green 159 ◦ blue 218

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

Shades of Wistful #9F9FDA

Tints of Wistful #9F9FDA

RGB

 RED value IS 159 (62.5% from 255) = 29.66%

 GREEN value IS 159 (62.5% from 255) = 29.66%

 BLUE value IS 218 (85.55% from 255) = 40.67%

R = 29.66%
G = 29.66%
B = 40.67%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9F9FDA (or 0x9F9FDA) is known color: Wistful. HEX triplet: 9F, 9F and DA. RGB value is (159,159,218). Sum of RGB (Red+Green+Blue) = 159+159+218=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F9FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9FDA is #606025. Grayscale: #A5A5A5. Windows color (decimal): -6316070 or 14327711. OLE color: 14327711.

HSL color Cylindrical-coordinate representation of color #9F9FDA: hue angle of 240º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F9FDA is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 159 218 -
CMYK 0.27 0.27 0 0.15
HSL 240º 0.44% 0.74% -
HSV(B) 240º 0.27% 0.85% -
XYZ 39.35 37.23 71.44 -
YUV 165.73 157.5 123.2 -
System Red Green Blue C M Y K H S L
Decimal 159 159 218 0.27 0.27 0 0.15 240 0.44 0.74
Hex 9F 9F DA 1B 1B 0 F F0 2C 4A
Octal 237 237 332 33 33 0 17 360 54 112
Binary 10011111 10011111 11011010 11011 11011 0 1111 11110000 101100 1001010

Color Harmonies of #9F9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9FDA

Black with #9F9FDA

Text Example


Text Example

White with #9F9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,159,218); }

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

background-color css

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

 a { background-color: rgb(159,159,218); }

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

border-color css

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

 span { border-color: rgb(159,159,218); }

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