#951AAE

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

Shades of Dark Orchid #951AAE

Tints of Dark Orchid #951AAE

Color information

#951AAE (or 0x951AAE) is unknown color: approx Dark Orchid. HEX triplet: 95, 1A and AE. RGB value is (149,26,174). Sum of RGB (Red+Green+Blue) = 149+26+174=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #951AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951AAE is #6AE551. Grayscale: #4F4F4F. Windows color (decimal): -7005522 or 11410069. OLE color: 11410069.

HSL color Cylindrical-coordinate representation of color #951AAE: hue angle of 289.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951AAE is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14926174-
CMYK0.140.8500.32
HSL289.86º74%39.22%-
HSV(B)289.86º85.06%68.24%-
XYZ20.410.1840.93-
YUV79.65181.25177.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 26 (10.55% from 255) = 7.45%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=42.69%
G=7.45%
B=49.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149261740.140.8500.32289.867439.22
Hex951AAEE550201224a27
Octal225322561612504044211247
Binary1001010111010101011101110101010101000001001000101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951AAE; }

 p { color: rgb(149,26,174); }

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

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

 a { background-color: rgb(149,26,174); }

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

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

 span { border-color: rgb(149,26,174); }

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