Html Css Color HEX #9F86CE Cold Purple

📋 copy color: '#9F86CE'

red 159 ◦ green 134 ◦ blue 206

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

Shades of Cold Purple #9F86CE

Tints of Cold Purple #9F86CE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.85%

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 31.86%
G = 26.85%
B = 41.28%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F86CE (or 0x9F86CE) is known color: Cold Purple. HEX triplet: 9F, 86 and CE. RGB value is (159,134,206). Sum of RGB (Red+Green+Blue) = 159+134+206=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F86CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F86CE is #607931. Grayscale: #959595. Windows color (decimal): -6322482 or 13534879. OLE color: 13534879.

HSL color Cylindrical-coordinate representation of color #9F86CE: hue angle of 260.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F86CE is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 134 206 -
CMYK 0.23 0.35 0 0.19
HSL 260.83º 0.42% 0.67% -
HSV(B) 260.83º 0.35% 0.81% -
XYZ 33.96 28.88 62.18 -
YUV 149.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 159 134 206 0.23 0.35 0 0.19 260.83 0.42 0.67
Hex 9F 86 CE 17 23 0 13 105 2A 43
Octal 237 206 316 27 43 0 23 405 52 103
Binary 10011111 10000110 11001110 10111 100011 0 10011 100000101 101010 1000011

Color Harmonies of #9F86CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F86CE

Black with #9F86CE

Text Example


Text Example

White with #9F86CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,134,206); }

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

background-color css

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

 a { background-color: rgb(159,134,206); }

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

border-color css

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

 span { border-color: rgb(159,134,206); }

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