#951872

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

Shades of Dark Purple #951872

Tints of Dark Purple #951872

Color information

#951872 (or 0x951872) is unknown color: approx Dark Purple. HEX triplet: 95, 18 and 72. RGB value is (149,24,114). Sum of RGB (Red+Green+Blue) = 149+24+114=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #951872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951872 is #6AE78D. Grayscale: #474747. Windows color (decimal): -7006094 or 7477397. OLE color: 7477397.

HSL color Cylindrical-coordinate representation of color #951872: hue angle of 316.8º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951872 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14924114-
CMYK00.840.230.42
HSL316.8º72.25%33.92%-
HSV(B)316.8º83.89%58.43%-
XYZ15.768.2616.68-
YUV71.63151.91183.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 24 (9.77% from 255) = 8.36%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=51.92%
G=8.36%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492411400.840.230.42316.872.2533.92
Hex951872054172A13d4822
Octal225301620124275247511042
Binary1001010111000111001001010100101111010101001111011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951872; }

 p { color: rgb(149,24,114); }

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

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

 a { background-color: rgb(149,24,114); }

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

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

 span { border-color: rgb(149,24,114); }

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