#9682C4

Color #9682C4 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9682C4

Tints of Cold Purple #9682C4

Color information

#9682C4 (or 0x9682C4) is unknown color: approx Cold Purple. HEX triplet: 96, 82 and C4. RGB value is (150,130,196). Sum of RGB (Red+Green+Blue) = 150+130+196=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #9682C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682C4 is #697D3B. Grayscale: #8F8F8F. Windows color (decimal): -6913340 or 12878486. OLE color: 12878486.

HSL color Cylindrical-coordinate representation of color #9682C4: hue angle of 258.18º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9682C4 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB150130196-
CMYK0.230.3400.23
HSL258.18º35.87%63.92%-
HSV(B)258.18º33.67%76.86%-
XYZ30.5226.4355.72-
YUV143.5157.63132.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.51%
GREEN value IS 130 (51.17% from 255) = 27.31%
BLUE value IS 196 (76.95% from 255) = 41.18%
R=31.51%
G=27.31%
B=41.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501301960.230.3400.23258.1835.8763.92
Hex9682C417220171022440
Octal226202304274202740244100
Binary100101101000001011000100101111000100101111000000101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9682C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9682C4; }

 p { color: rgb(150,130,196); }

 H1.HeaderClassName
 {
   color: #9682C4;
 }
 .AnyTagClassName
 {
   color: #9682C4;
 }
</style>
background-color css

<style>
 a { background-color: #9682C4; }

 a { background-color: rgb(150,130,196); }

 div.DivClassName
 {
   background-color: #9682C4;
 }
 .BgClassName
 {
   background-color: #9682C4;
 }
</style>
border-color css

<style>
 span { border-color: #9682C4; }

 span { border-color: rgb(150,130,196); }

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