Html Css Color HEX #9F86D6 Cold Purple

📋 copy color: '#9F86D6'

red 159 ◦ green 134 ◦ blue 214

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

Shades of Cold Purple #9F86D6

Tints of Cold Purple #9F86D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 31.36%
G = 26.43%
B = 42.21%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9F86D6 (or 0x9F86D6) is known color: Cold Purple. HEX triplet: 9F, 86 and D6. RGB value is (159,134,214). Sum of RGB (Red+Green+Blue) = 159+134+214=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F86D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F86D6 is #607929. Grayscale: #969696. Windows color (decimal): -6322474 or 14059167. OLE color: 14059167.

HSL color Cylindrical-coordinate representation of color #9F86D6: hue angle of 258.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F86D6 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 134 214 -
CMYK 0.26 0.37 0 0.16
HSL 258.75º 0.49% 0.68% -
HSV(B) 258.75º 0.37% 0.84% -
XYZ 34.96 29.28 67.43 -
YUV 150.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 159 134 214 0.26 0.37 0 0.16 258.75 0.49 0.68
Hex 9F 86 D6 1A 25 0 10 103 31 44
Octal 237 206 326 32 45 0 20 403 61 104
Binary 10011111 10000110 11010110 11010 100101 0 10000 100000011 110001 1000100

Color Harmonies of #9F86D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F86D6

Black with #9F86D6

Text Example


Text Example

White with #9F86D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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