#951274

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

Shades of Dark Purple #951274

Tints of Dark Purple #951274

Color information

#951274 (or 0x951274) is unknown color: approx Dark Purple. HEX triplet: 95, 12 and 74. RGB value is (149,18,116). Sum of RGB (Red+Green+Blue) = 149+18+116=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #951274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951274 is #6AED8B. Grayscale: #444444. Windows color (decimal): -7007628 or 7606933. OLE color: 7606933.

HSL color Cylindrical-coordinate representation of color #951274: hue angle of 315.11º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951274 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14918116-
CMYK00.880.220.42
HSL315.11º78.44%32.75%-
HSV(B)315.11º87.92%58.43%-
XYZ15.768.0817.25-
YUV68.34154.9185.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 18 (7.42% from 255) = 6.36%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=52.65%
G=6.36%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491811600.880.220.42315.1178.4432.75
Hex951274058162A13b4e21
Octal225221640130265247311641
Binary1001010110010111010001011000101101010101001110111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951274; }

 p { color: rgb(149,18,116); }

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

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

 a { background-color: rgb(149,18,116); }

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

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

 span { border-color: rgb(149,18,116); }

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