#951ABF

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

Shades of Dark Orchid #951ABF

Tints of Dark Orchid #951ABF

Color information

#951ABF (or 0x951ABF) is unknown color: approx Dark Orchid. HEX triplet: 95, 1A and BF. RGB value is (149,26,191). Sum of RGB (Red+Green+Blue) = 149+26+191=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #951ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951ABF is #6AE540. Grayscale: #515151. Windows color (decimal): -7005505 or 12524181. OLE color: 12524181.

HSL color Cylindrical-coordinate representation of color #951ABF: hue angle of 284.73º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951ABF is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14926191-
CMYK0.220.8600.25
HSL284.73º76.04%42.55%-
HSV(B)284.73º86.39%74.9%-
XYZ22.1710.8950.22-
YUV81.59189.75176.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 26 (10.55% from 255) = 7.10%
BLUE value IS 191 (75% from 255) = 52.19%
R=40.71%
G=7.10%
B=52.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149261910.220.8600.25284.7376.0442.55
Hex951ABF165601911d4c2b
Octal225322772612603143511453
Binary1001010111010101111111011010101100110011000111011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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