Html Css Color HEX #9F9CCD Wistful

📋 copy color: '#9F9CCD'

red 159 ◦ green 156 ◦ blue 205

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

Shades of Wistful #9F9CCD

Tints of Wistful #9F9CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 30.58%
G = 30%
B = 39.42%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F9CCD (or 0x9F9CCD) is known color: Wistful. HEX triplet: 9F, 9C and CD. RGB value is (159,156,205). Sum of RGB (Red+Green+Blue) = 159+156+205=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9CCD is #606332. Grayscale: #A2A2A2. Windows color (decimal): -6316851 or 13474975. OLE color: 13474975.

HSL color Cylindrical-coordinate representation of color #9F9CCD: hue angle of 243.67º degrees, saturation: 0.33, 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 #9F9CCD is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 156 205 -
CMYK 0.22 0.24 0 0.20
HSL 243.67º 0.33% 0.71% -
HSV(B) 243.67º 0.24% 0.8% -
XYZ 37.21 35.56 62.66 -
YUV 162.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 159 156 205 0.22 0.24 0 0.20 243.67 0.33 0.71
Hex 9F 9C CD 16 18 0 14 F4 21 47
Octal 237 234 315 26 30 0 24 364 41 107
Binary 10011111 10011100 11001101 10110 11000 0 10100 11110100 100001 1000111

Color Harmonies of #9F9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9CCD

Black with #9F9CCD

Text Example


Text Example

White with #9F9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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