Html Css Color HEX #9F94BE Cold Purple

📋 copy color: '#9F94BE'

red 159 ◦ green 148 ◦ blue 190

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

Shades of Cold Purple #9F94BE

Tints of Cold Purple #9F94BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.78%

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 31.99%
G = 29.78%
B = 38.23%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F94BE (or 0x9F94BE) is known color: Cold Purple. HEX triplet: 9F, 94 and BE. RGB value is (159,148,190). Sum of RGB (Red+Green+Blue) = 159+148+190=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F94BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F94BE is #606B41. Grayscale: #9B9B9B. Windows color (decimal): -6318914 or 12489887. OLE color: 12489887.

HSL color Cylindrical-coordinate representation of color #9F94BE: hue angle of 255.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F94BE is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 148 190 -
CMYK 0.16 0.22 0 0.25
HSL 255.71º 0.24% 0.66% -
HSV(B) 255.71º 0.22% 0.75% -
XYZ 34.18 32.27 53.14 -
YUV 156.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 159 148 190 0.16 0.22 0 0.25 255.71 0.24 0.66
Hex 9F 94 BE 10 16 0 19 100 18 42
Octal 237 224 276 20 26 0 31 400 30 102
Binary 10011111 10010100 10111110 10000 10110 0 11001 100000000 11000 1000010

Color Harmonies of #9F94BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F94BE

Black with #9F94BE

Text Example


Text Example

White with #9F94BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,148,190); }

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

background-color css

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

 a { background-color: rgb(159,148,190); }

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

border-color css

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

 span { border-color: rgb(159,148,190); }

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