#951FAE

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

Shades of Dark Orchid #951FAE

Tints of Dark Orchid #951FAE

Color information

#951FAE (or 0x951FAE) is unknown color: approx Dark Orchid. HEX triplet: 95, 1F and AE. RGB value is (149,31,174). Sum of RGB (Red+Green+Blue) = 149+31+174=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #951FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951FAE is #6AE051. Grayscale: #525252. Windows color (decimal): -7004242 or 11411349. OLE color: 11411349.

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

Color convert

RGB14931174-
CMYK0.140.8200.32
HSL289.51º69.76%40.2%-
HSV(B)289.51º82.18%68.24%-
XYZ20.5210.4340.97-
YUV82.58179.59175.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 31 (12.5% from 255) = 8.76%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=42.09%
G=8.76%
B=49.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149311740.140.8200.32289.5169.7640.2
Hex951FAEE520201224628
Octal225372561612204044210650
Binary1001010111111101011101110101001001000001001000101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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