Html Css Color HEX #9686CC Cold Purple

📋 copy color: '#9686CC'

red 150 ◦ green 134 ◦ blue 204

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

Shades of Cold Purple #9686CC

Tints of Cold Purple #9686CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 30.74%
G = 27.46%
B = 41.8%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9686CC (or 0x9686CC) is known color: Cold Purple. HEX triplet: 96, 86 and CC. RGB value is (150,134,204). Sum of RGB (Red+Green+Blue) = 150+134+204=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #9686CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686CC is #697933. Grayscale: #929292. Windows color (decimal): -6912308 or 13403798. OLE color: 13403798.

HSL color Cylindrical-coordinate representation of color #9686CC: hue angle of 253.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9686CC is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 134 204 -
CMYK 0.26 0.34 0 0.2
HSL 253.71º 0.41% 0.66% -
HSV(B) 253.71º 0.34% 0.8% -
XYZ 32 27.89 60.82 -
YUV 146.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 150 134 204 0.26 0.34 0 0.2 253.71 0.41 0.66
Hex 96 86 CC 1A 22 0 14 FE 29 42
Octal 226 206 314 32 42 0 24 376 51 102
Binary 10010110 10000110 11001100 11010 100010 0 10100 11111110 101001 1000010

Color Harmonies of #9686CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9686CC

Black with #9686CC

Text Example


Text Example

White with #9686CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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