Html Css Color HEX #9F86CA Cold Purple

📋 copy color: '#9F86CA'

red 159 ◦ green 134 ◦ blue 202

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

Shades of Cold Purple #9F86CA

Tints of Cold Purple #9F86CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.81%

R = 32.12%
G = 27.07%
B = 40.81%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F86CA (or 0x9F86CA) is known color: Cold Purple. HEX triplet: 9F, 86 and CA. RGB value is (159,134,202). Sum of RGB (Red+Green+Blue) = 159+134+202=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F86CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F86CA is #607935. Grayscale: #949494. Windows color (decimal): -6322486 or 13272735. OLE color: 13272735.

HSL color Cylindrical-coordinate representation of color #9F86CA: hue angle of 262.06º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F86CA is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 134 202 -
CMYK 0.21 0.34 0 0.21
HSL 262.06º 0.39% 0.66% -
HSV(B) 262.06º 0.34% 0.79% -
XYZ 33.48 28.69 59.65 -
YUV 149.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 159 134 202 0.21 0.34 0 0.21 262.06 0.39 0.66
Hex 9F 86 CA 15 22 0 15 106 27 42
Octal 237 206 312 25 42 0 25 406 47 102
Binary 10011111 10000110 11001010 10101 100010 0 10101 100000110 100111 1000010

Color Harmonies of #9F86CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F86CA

Black with #9F86CA

Text Example


Text Example

White with #9F86CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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