#961BC1

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

Shades of Dark Orchid #961BC1

Tints of Dark Orchid #961BC1

Color information

#961BC1 (or 0x961BC1) is unknown color: approx Dark Orchid. HEX triplet: 96, 1B and C1. RGB value is (150,27,193). Sum of RGB (Red+Green+Blue) = 150+27+193=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #961BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961BC1 is #69E43E. Grayscale: #525252. Windows color (decimal): -6939711 or 12655510. OLE color: 12655510.

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

Color convert

RGB15027193-
CMYK0.220.8600.24
HSL284.46º75.45%43.14%-
HSV(B)284.46º86.01%75.69%-
XYZ22.611.1251.41-
YUV82.7190.25176-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 27 (10.94% from 255) = 7.30%
BLUE value IS 193 (75.78% from 255) = 52.16%
R=40.54%
G=7.30%
B=52.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150271930.220.8600.24284.4675.4543.14
Hex961BC1165601811c4b2b
Octal226333012612603043411353
Binary1001011011011110000011011010101100110001000111001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,27,193); }

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

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

 a { background-color: rgb(150,27,193); }

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

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

 span { border-color: rgb(150,27,193); }

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