#961ABF

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

Shades of Dark Orchid #961ABF

Tints of Dark Orchid #961ABF

Color information

#961ABF (or 0x961ABF) is unknown color: approx Dark Orchid. HEX triplet: 96, 1A and BF. RGB value is (150,26,191). Sum of RGB (Red+Green+Blue) = 150+26+191=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #961ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961ABF is #69E540. Grayscale: #515151. Windows color (decimal): -6939969 or 12524182. OLE color: 12524182.

HSL color Cylindrical-coordinate representation of color #961ABF: hue angle of 285.09º 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 #961ABF is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15026191-
CMYK0.210.8600.25
HSL285.09º76.04%42.55%-
HSV(B)285.09º86.39%74.9%-
XYZ22.3510.9850.23-
YUV81.89189.58176.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 26 (10.55% from 255) = 7.08%
BLUE value IS 191 (75% from 255) = 52.04%
R=40.87%
G=7.08%
B=52.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150261910.210.8600.25285.0976.0442.55
Hex961ABF155601911d4c2b
Octal226322772512603143511453
Binary1001011011010101111111010110101100110011000111011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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