Html Css Color HEX #9F91BA Cold Purple

📋 copy color: '#9F91BA'

red 159 ◦ green 145 ◦ blue 186

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

Shades of Cold Purple #9F91BA

Tints of Cold Purple #9F91BA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.59%

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

R = 32.45%
G = 29.59%
B = 37.96%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F91BA (or 0x9F91BA) is known color: Cold Purple. HEX triplet: 9F, 91 and BA. RGB value is (159,145,186). Sum of RGB (Red+Green+Blue) = 159+145+186=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F91BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F91BA is #606E45. Grayscale: #999999. Windows color (decimal): -6319686 or 12226975. OLE color: 12226975.

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

Color convert

RGB 159 145 186 -
CMYK 0.15 0.22 0 0.27
HSL 260.49º 0.23% 0.65% -
HSV(B) 260.49º 0.22% 0.73% -
XYZ 33.29 31.17 50.72 -
YUV 153.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 159 145 186 0.15 0.22 0 0.27 260.49 0.23 0.65
Hex 9F 91 BA F 16 0 1B 104 17 41
Octal 237 221 272 17 26 0 33 404 27 101
Binary 10011111 10010001 10111010 1111 10110 0 11011 100000100 10111 1000001

Color Harmonies of #9F91BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F91BA

Black with #9F91BA

Text Example


Text Example

White with #9F91BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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