#961cb7

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

Shades of Dark Orchid #961CB7

Tints of Dark Orchid #961CB7

Color information

#961CB7 (or 0x961CB7) is unknown color: approx Dark Orchid. HEX triplet: 96, 1C and B7. RGB value is (150,28,183). Sum of RGB (Red+Green+Blue) = 150+28+183=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #961CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961CB7 is #69E348. Grayscale: #515151. Windows color (decimal): -6939465 or 12000406. OLE color: 12000406.

HSL color Cylindrical-coordinate representation of color #961CB7: hue angle of 287.23º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961CB7 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15028183-
CMYK0.180.8500.28
HSL287.23º73.46%41.37%-
HSV(B)287.23º84.7%71.76%-
XYZ21.5410.7345.74-
YUV82.15184.92176.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 28 (11.33% from 255) = 7.76%
BLUE value IS 183 (71.88% from 255) = 50.69%
R=41.55%
G=7.76%
B=50.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150281830.180.8500.28287.2373.4641.37
Hex961CB7125501C11f4929
Octal226342672212503443711151
Binary1001011011100101101111001010101010111001000111111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961cb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,28,183); }

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

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

 a { background-color: rgb(150,28,183); }

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

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

 span { border-color: rgb(150,28,183); }

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