Html Css Color HEX #9686CF Cold Purple

📋 copy color: '#9686CF'

red 150 ◦ green 134 ◦ blue 207

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

Shades of Cold Purple #9686CF

Tints of Cold Purple #9686CF

RGB

 RED value IS 150 (58.98% from 255) = 30.55%

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

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

R = 30.55%
G = 27.29%
B = 42.16%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9686CF (or 0x9686CF) is known color: Cold Purple. HEX triplet: 96, 86 and CF. RGB value is (150,134,207). Sum of RGB (Red+Green+Blue) = 150+134+207=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #9686CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686CF is #697930. Grayscale: #929292. Windows color (decimal): -6912305 or 13600406. OLE color: 13600406.

HSL color Cylindrical-coordinate representation of color #9686CF: hue angle of 253.15º 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 #9686CF is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 134 207 -
CMYK 0.28 0.35 0 0.19
HSL 253.15º 0.43% 0.67% -
HSV(B) 253.15º 0.35% 0.81% -
XYZ 32.37 28.04 62.74 -
YUV 147.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 150 134 207 0.28 0.35 0 0.19 253.15 0.43 0.67
Hex 96 86 CF 1C 23 0 13 FD 2B 43
Octal 226 206 317 34 43 0 23 375 53 103
Binary 10010110 10000110 11001111 11100 100011 0 10011 11111101 101011 1000011

Color Harmonies of #9686CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9686CF

Black with #9686CF

Text Example


Text Example

White with #9686CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9686CF; }

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

 H1.HeaderClassName
 {
   color: #9686CF;
 }
 .AnyTagClassName
 {
   color: #9686CF;
 }
</style>

background-color css

<style>
 a { background-color: #9686CF; }

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

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

border-color css

<style>
 span { border-color: #9686CF; }

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

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