Html Css Color HEX #9F90B0 Cold Purple

📋 copy color: '#9F90B0'

red 159 ◦ green 144 ◦ blue 176

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

Shades of Cold Purple #9F90B0

Tints of Cold Purple #9F90B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.74%

R = 33.19%
G = 30.06%
B = 36.74%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9F90B0 (or 0x9F90B0) is known color: Cold Purple. HEX triplet: 9F, 90 and B0. RGB value is (159,144,176). Sum of RGB (Red+Green+Blue) = 159+144+176=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 176 - color contains mainly: blue. Hex color #9F90B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F90B0 is #606F4F. Grayscale: #989898. Windows color (decimal): -6319952 or 11571359. OLE color: 11571359.

HSL color Cylindrical-coordinate representation of color #9F90B0: hue angle of 268.12º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F90B0 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 144 176 -
CMYK 0.10 0.18 0 0.31
HSL 268.13º 0.17% 0.63% -
HSV(B) 268.13º 0.18% 0.69% -
XYZ 32.11 30.45 45.26 -
YUV 152.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 159 144 176 0.10 0.18 0 0.31 268.13 0.17 0.63
Hex 9F 90 B0 A 12 0 1F 10C 11 3F
Octal 237 220 260 12 22 0 37 414 21 77
Binary 10011111 10010000 10110000 1010 10010 0 11111 100001100 10001 111111

Color Harmonies of #9F90B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F90B0

Black with #9F90B0

Text Example


Text Example

White with #9F90B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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