Html Css Color HEX #9F86CF Cold Purple

📋 copy color: '#9F86CF'

red 159 ◦ green 134 ◦ blue 207

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

Shades of Cold Purple #9F86CF

Tints of Cold Purple #9F86CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.4%

R = 31.8%
G = 26.8%
B = 41.4%

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

#9F86CF (or 0x9F86CF) is known color: Cold Purple. HEX triplet: 9F, 86 and CF. RGB value is (159,134,207). Sum of RGB (Red+Green+Blue) = 159+134+207=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F86CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F86CF is #607930. Grayscale: #959595. Windows color (decimal): -6322481 or 13600415. OLE color: 13600415.

HSL color Cylindrical-coordinate representation of color #9F86CF: hue angle of 260.55º degrees, saturation: 0.43, 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 #9F86CF is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 134 207 -
CMYK 0.23 0.35 0 0.19
HSL 260.55º 0.43% 0.67% -
HSV(B) 260.55º 0.35% 0.81% -
XYZ 34.09 28.93 62.82 -
YUV 149.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 159 134 207 0.23 0.35 0 0.19 260.55 0.43 0.67
Hex 9F 86 CF 17 23 0 13 105 2B 43
Octal 237 206 317 27 43 0 23 405 53 103
Binary 10011111 10000110 11001111 10111 100011 0 10011 100000101 101011 1000011

Color Harmonies of #9F86CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F86CF

Black with #9F86CF

Text Example


Text Example

White with #9F86CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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