#952682

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

Shades of Dark Purple #952682

Tints of Dark Purple #952682

Color information

#952682 (or 0x952682) is unknown color: approx Dark Purple. HEX triplet: 95, 26 and 82. RGB value is (149,38,130). Sum of RGB (Red+Green+Blue) = 149+38+130=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #952682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952682 is #6AD97D. Grayscale: #515151. Windows color (decimal): -7002494 or 8529557. OLE color: 8529557.

HSL color Cylindrical-coordinate representation of color #952682: hue angle of 310.27º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952682 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14938130-
CMYK00.740.130.42
HSL310.27º59.36%36.67%-
HSV(B)310.27º74.5%58.43%-
XYZ17.129.3922.03-
YUV81.68155.27176.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 38 (15.23% from 255) = 11.99%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=47.00%
G=11.99%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493813000.740.130.42310.2759.3636.67
Hex95268204AD2A1363b25
Octal22546202011215524667345
Binary1001010110011010000010010010101101101010100110110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952682; }

 p { color: rgb(149,38,130); }

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

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

 a { background-color: rgb(149,38,130); }

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

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

 span { border-color: rgb(149,38,130); }

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