Html Css Color HEX #9F90BB Cold Purple

📋 copy color: '#9F90BB'

red 159 ◦ green 144 ◦ blue 187

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

Shades of Cold Purple #9F90BB

Tints of Cold Purple #9F90BB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.39%

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 32.45%
G = 29.39%
B = 38.16%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F90BB (or 0x9F90BB) is known color: Cold Purple. HEX triplet: 9F, 90 and BB. RGB value is (159,144,187). Sum of RGB (Red+Green+Blue) = 159+144+187=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F90BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90BB is #606F44. Grayscale: #999999. Windows color (decimal): -6319941 or 12292255. OLE color: 12292255.

HSL color Cylindrical-coordinate representation of color #9F90BB: hue angle of 260.93º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F90BB is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 144 187 -
CMYK 0.15 0.23 0 0.27
HSL 260.93º 0.24% 0.65% -
HSV(B) 260.93º 0.23% 0.73% -
XYZ 33.24 30.91 51.23 -
YUV 153.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 159 144 187 0.15 0.23 0 0.27 260.93 0.24 0.65
Hex 9F 90 BB F 17 0 1B 105 18 41
Octal 237 220 273 17 27 0 33 405 30 101
Binary 10011111 10010000 10111011 1111 10111 0 11011 100000101 11000 1000001

Color Harmonies of #9F90BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F90BB

Black with #9F90BB

Text Example


Text Example

White with #9F90BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,144,187); }

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

background-color css

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

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

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

border-color css

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

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

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