Html Css Color HEX #9F9CCC Wistful

📋 copy color: '#9F9CCC'

red 159 ◦ green 156 ◦ blue 204

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

Shades of Wistful #9F9CCC

Tints of Wistful #9F9CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.06%

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 30.64%
G = 30.06%
B = 39.31%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9F9CCC (or 0x9F9CCC) is known color: Wistful. HEX triplet: 9F, 9C and CC. RGB value is (159,156,204). Sum of RGB (Red+Green+Blue) = 159+156+204=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9CCC is #606333. Grayscale: #A2A2A2. Windows color (decimal): -6316852 or 13409439. OLE color: 13409439.

HSL color Cylindrical-coordinate representation of color #9F9CCC: hue angle of 243.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F9CCC is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 156 204 -
CMYK 0.22 0.24 0 0.2
HSL 243.75º 0.32% 0.71% -
HSV(B) 243.75º 0.24% 0.8% -
XYZ 37.09 35.51 62.03 -
YUV 162.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 159 156 204 0.22 0.24 0 0.2 243.75 0.32 0.71
Hex 9F 9C CC 16 18 0 14 F4 20 47
Octal 237 234 314 26 30 0 24 364 40 107
Binary 10011111 10011100 11001100 10110 11000 0 10100 11110100 100000 1000111

Color Harmonies of #9F9CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9CCC

Black with #9F9CCC

Text Example


Text Example

White with #9F9CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,156,204); }

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

background-color css

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

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

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

border-color css

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

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

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