#961EBE

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

Shades of Dark Orchid #961EBE

Tints of Dark Orchid #961EBE

Color information

#961EBE (or 0x961EBE) is unknown color: approx Dark Orchid. HEX triplet: 96, 1E and BE. RGB value is (150,30,190). Sum of RGB (Red+Green+Blue) = 150+30+190=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #961EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961EBE is #69E141. Grayscale: #535353. Windows color (decimal): -6938946 or 12459670. OLE color: 12459670.

HSL color Cylindrical-coordinate representation of color #961EBE: hue angle of 285º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961EBE is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15030190-
CMYK0.210.8400.25
HSL285º72.73%43.14%-
HSV(B)285º84.21%74.51%-
XYZ22.3411.1349.69-
YUV84.12187.76174.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 30 (12.11% from 255) = 8.11%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=40.54%
G=8.11%
B=51.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150301900.210.8400.2528572.7343.14
Hex961EBE155401911d492b
Octal226362762512403143511153
Binary1001011011110101111101010110101000110011000111011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,30,190); }

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

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

 a { background-color: rgb(150,30,190); }

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

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

 span { border-color: rgb(150,30,190); }

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