Html Css Color HEX #9686CD Cold Purple

📋 copy color: '#9686CD'

red 150 ◦ green 134 ◦ blue 205

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

Shades of Cold Purple #9686CD

Tints of Cold Purple #9686CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 30.67%
G = 27.4%
B = 41.92%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9686CD (or 0x9686CD) is known color: Cold Purple. HEX triplet: 96, 86 and CD. RGB value is (150,134,205). Sum of RGB (Red+Green+Blue) = 150+134+205=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #9686CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686CD is #697932. Grayscale: #929292. Windows color (decimal): -6912307 or 13469334. OLE color: 13469334.

HSL color Cylindrical-coordinate representation of color #9686CD: hue angle of 253.52º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9686CD is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 134 205 -
CMYK 0.27 0.35 0 0.20
HSL 253.52º 0.42% 0.66% -
HSV(B) 253.52º 0.35% 0.8% -
XYZ 32.12 27.94 61.46 -
YUV 146.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 150 134 205 0.27 0.35 0 0.20 253.52 0.42 0.66
Hex 96 86 CD 1B 23 0 14 FE 2A 42
Octal 226 206 315 33 43 0 24 376 52 102
Binary 10010110 10000110 11001101 11011 100011 0 10100 11111110 101010 1000010

Color Harmonies of #9686CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9686CD

Black with #9686CD

Text Example


Text Example

White with #9686CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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