Html Css Color HEX #9F97C6 Wistful

📋 copy color: '#9F97C6'

red 159 ◦ green 151 ◦ blue 198

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

Shades of Wistful #9F97C6

Tints of Wistful #9F97C6

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.72%

 BLUE value IS 198 (77.73% from 255) = 38.98%

R = 31.3%
G = 29.72%
B = 38.98%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9F97C6 (or 0x9F97C6) is known color: Wistful. HEX triplet: 9F, 97 and C6. RGB value is (159,151,198). Sum of RGB (Red+Green+Blue) = 159+151+198=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 198 - color contains mainly: blue. Hex color #9F97C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F97C6 is #606839. Grayscale: #9E9E9E. Windows color (decimal): -6318138 or 13014943. OLE color: 13014943.

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

Color convert

RGB 159 151 198 -
CMYK 0.20 0.24 0 0.22
HSL 250.21º 0.29% 0.68% -
HSV(B) 250.21º 0.24% 0.78% -
XYZ 35.56 33.58 58.03 -
YUV 158.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 159 151 198 0.20 0.24 0 0.22 250.21 0.29 0.68
Hex 9F 97 C6 14 18 0 16 FA 1D 44
Octal 237 227 306 24 30 0 26 372 35 104
Binary 10011111 10010111 11000110 10100 11000 0 10110 11111010 11101 1000100

Color Harmonies of #9F97C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F97C6

Black with #9F97C6

Text Example


Text Example

White with #9F97C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,151,198); }

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

background-color css

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

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

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

border-color css

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

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

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