#952692

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

Shades of Dark Purple #952692

Tints of Dark Purple #952692

Color information

#952692 (or 0x952692) is unknown color: approx Dark Purple. HEX triplet: 95, 26 and 92. RGB value is (149,38,146). Sum of RGB (Red+Green+Blue) = 149+38+146=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #952692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952692 is #6AD96D. Grayscale: #535353. Windows color (decimal): -7002478 or 9578133. OLE color: 9578133.

HSL color Cylindrical-coordinate representation of color #952692: hue angle of 301.62º 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 #952692 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB14938146-
CMYK00.740.020.42
HSL301.62º59.36%36.67%-
HSV(B)301.62º74.5%58.43%-
XYZ18.289.8528.13-
YUV83.5163.27174.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 38 (15.23% from 255) = 11.41%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=44.74%
G=11.41%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493814600.740.020.42301.6259.3636.67
Hex95269204A22A12e3b25
Octal2254622201122524567345
Binary10010101100110100100100100101010101010100101110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952692; }

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

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

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

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

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

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

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

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