Html Css Color HEX #9F96CB Wistful

📋 copy color: '#9F96CB'

red 159 ◦ green 150 ◦ blue 203

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

Shades of Wistful #9F96CB

Tints of Wistful #9F96CB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.3%

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 31.05%
G = 29.3%
B = 39.65%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F96CB (or 0x9F96CB) is known color: Wistful. HEX triplet: 9F, 96 and CB. RGB value is (159,150,203). Sum of RGB (Red+Green+Blue) = 159+150+203=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F96CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96CB is #606934. Grayscale: #9E9E9E. Windows color (decimal): -6318389 or 13342367. OLE color: 13342367.

HSL color Cylindrical-coordinate representation of color #9F96CB: hue angle of 250.19º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F96CB is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 150 203 -
CMYK 0.22 0.26 0 0.20
HSL 250.19º 0.34% 0.69% -
HSV(B) 250.19º 0.26% 0.8% -
XYZ 35.98 33.5 61.07 -
YUV 158.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 159 150 203 0.22 0.26 0 0.20 250.19 0.34 0.69
Hex 9F 96 CB 16 1A 0 14 FA 22 45
Octal 237 226 313 26 32 0 24 372 42 105
Binary 10011111 10010110 11001011 10110 11010 0 10100 11111010 100010 1000101

Color Harmonies of #9F96CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F96CB

Black with #9F96CB

Text Example


Text Example

White with #9F96CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,150,203); }

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

background-color css

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

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

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

border-color css

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

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

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