Html Css Color HEX #9F85BD Cold Purple

📋 copy color: '#9F85BD'

red 159 ◦ green 133 ◦ blue 189

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

Shades of Cold Purple #9F85BD

Tints of Cold Purple #9F85BD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.65%

 BLUE value IS 189 (74.22% from 255) = 39.29%

R = 33.06%
G = 27.65%
B = 39.29%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F85BD (or 0x9F85BD) is known color: Cold Purple. HEX triplet: 9F, 85 and BD. RGB value is (159,133,189). Sum of RGB (Red+Green+Blue) = 159+133+189=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F85BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F85BD is #607A42. Grayscale: #929292. Windows color (decimal): -6322755 or 12420511. OLE color: 12420511.

HSL color Cylindrical-coordinate representation of color #9F85BD: hue angle of 267.86º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F85BD is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 133 189 -
CMYK 0.16 0.30 0 0.26
HSL 267.86º 0.3% 0.63% -
HSV(B) 267.86º 0.3% 0.74% -
XYZ 31.87 27.82 51.83 -
YUV 147.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 159 133 189 0.16 0.30 0 0.26 267.86 0.3 0.63
Hex 9F 85 BD 10 1E 0 1A 10C 1E 3F
Octal 237 205 275 20 36 0 32 414 36 77
Binary 10011111 10000101 10111101 10000 11110 0 11010 100001100 11110 111111

Color Harmonies of #9F85BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F85BD

Black with #9F85BD

Text Example


Text Example

White with #9F85BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,133,189); }

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

background-color css

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

 a { background-color: rgb(159,133,189); }

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

border-color css

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

 span { border-color: rgb(159,133,189); }

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