#9682CD

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

Shades of Cold Purple #9682CD

Tints of Cold Purple #9682CD

Color information

#9682CD (or 0x9682CD) is unknown color: approx Cold Purple. HEX triplet: 96, 82 and CD. RGB value is (150,130,205). Sum of RGB (Red+Green+Blue) = 150+130+205=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #9682CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682CD is #697D32. Grayscale: #909090. Windows color (decimal): -6913331 or 13468310. OLE color: 13468310.

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

Color convert

RGB150130205-
CMYK0.270.3700.20
HSL256º42.86%65.69%-
HSV(B)256º36.59%80.39%-
XYZ31.5826.8661.28-
YUV144.53162.13131.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.93%
GREEN value IS 130 (51.17% from 255) = 26.80%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=30.93%
G=26.80%
B=42.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501302050.270.3700.2025642.8665.69
Hex9682CD1B250141002b42
Octal226202315334502440053102
Binary100101101000001011001101110111001010101001000000001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9682CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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