Html Css Color HEX #9F85BE Cold Purple

📋 copy color: '#9F85BE'

red 159 ◦ green 133 ◦ blue 190

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

Shades of Cold Purple #9F85BE

Tints of Cold Purple #9F85BE

RGB

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

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

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

R = 32.99%
G = 27.59%
B = 39.42%

CMYK

 C value IS 0.16

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F85BE (or 0x9F85BE) is known color: Cold Purple. HEX triplet: 9F, 85 and BE. RGB value is (159,133,190). Sum of RGB (Red+Green+Blue) = 159+133+190=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F85BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F85BE is #607A41. Grayscale: #939393. Windows color (decimal): -6322754 or 12486047. OLE color: 12486047.

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

Color convert

RGB 159 133 190 -
CMYK 0.16 0.3 0 0.25
HSL 267.37º 0.3% 0.63% -
HSV(B) 267.37º 0.3% 0.75% -
XYZ 31.98 27.86 52.41 -
YUV 147.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 159 133 190 0.16 0.3 0 0.25 267.37 0.3 0.63
Hex 9F 85 BE 10 1E 0 19 10B 1E 3F
Octal 237 205 276 20 36 0 31 413 36 77
Binary 10011111 10000101 10111110 10000 11110 0 11001 100001011 11110 111111

Color Harmonies of #9F85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F85BE

Black with #9F85BE

Text Example


Text Example

White with #9F85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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