Html Css Color HEX #9F94BA Cold Purple

📋 copy color: '#9F94BA'

red 159 ◦ green 148 ◦ blue 186

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

Shades of Cold Purple #9F94BA

Tints of Cold Purple #9F94BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 32.25%
G = 30.02%
B = 37.73%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F94BA (or 0x9F94BA) is known color: Cold Purple. HEX triplet: 9F, 94 and BA. RGB value is (159,148,186). Sum of RGB (Red+Green+Blue) = 159+148+186=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F94BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F94BA is #606B45. Grayscale: #9B9B9B. Windows color (decimal): -6318918 or 12227743. OLE color: 12227743.

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

Color convert

RGB 159 148 186 -
CMYK 0.15 0.20 0 0.27
HSL 257.37º 0.22% 0.65% -
HSV(B) 257.37º 0.2% 0.73% -
XYZ 33.75 32.1 50.87 -
YUV 155.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 159 148 186 0.15 0.20 0 0.27 257.37 0.22 0.65
Hex 9F 94 BA F 14 0 1B 101 16 41
Octal 237 224 272 17 24 0 33 401 26 101
Binary 10011111 10010100 10111010 1111 10100 0 11011 100000001 10110 1000001

Color Harmonies of #9F94BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F94BA

Black with #9F94BA

Text Example


Text Example

White with #9F94BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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