Html Css Color HEX #9F90C6 Cold Purple

📋 copy color: '#9F90C6'

red 159 ◦ green 144 ◦ blue 198

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

Shades of Cold Purple #9F90C6

Tints of Cold Purple #9F90C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.52%

R = 31.74%
G = 28.74%
B = 39.52%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9F90C6 (or 0x9F90C6) is known color: Cold Purple. HEX triplet: 9F, 90 and C6. RGB value is (159,144,198). Sum of RGB (Red+Green+Blue) = 159+144+198=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 198 - color contains mainly: blue. Hex color #9F90C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90C6 is #606F39. Grayscale: #9A9A9A. Windows color (decimal): -6319930 or 13013151. OLE color: 13013151.

HSL color Cylindrical-coordinate representation of color #9F90C6: hue angle of 256.67º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F90C6 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 159 144 198 -
CMYK 0.20 0.27 0 0.22
HSL 256.67º 0.32% 0.67% -
HSV(B) 256.67º 0.27% 0.78% -
XYZ 34.46 31.39 57.67 -
YUV 154.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 159 144 198 0.20 0.27 0 0.22 256.67 0.32 0.67
Hex 9F 90 C6 14 1B 0 16 101 20 43
Octal 237 220 306 24 33 0 26 401 40 103
Binary 10011111 10010000 11000110 10100 11011 0 10110 100000001 100000 1000011

Color Harmonies of #9F90C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F90C6

Black with #9F90C6

Text Example


Text Example

White with #9F90C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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