#961CD4

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

Shades of Dark Orchid #961CD4

Tints of Dark Orchid #961CD4

Color information

#961CD4 (or 0x961CD4) is unknown color: approx Dark Orchid. HEX triplet: 96, 1C and D4. RGB value is (150,28,212). Sum of RGB (Red+Green+Blue) = 150+28+212=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 212 (83.20% from 255 or 54.36% from 390); Max value from RGB is 212 - color contains mainly: blue. Hex color #961CD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961CD4 is #69E32B. Grayscale: #545454. Windows color (decimal): -6939436 or 13900950. OLE color: 13900950.

HSL color Cylindrical-coordinate representation of color #961CD4: hue angle of 279.78º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961CD4 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15028212-
CMYK0.290.8700.17
HSL279.78º76.67%47.06%-
HSV(B)279.78º86.79%83.14%-
XYZ24.8812.0763.31-
YUV85.45199.42174.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 28 (11.33% from 255) = 7.18%
BLUE value IS 212 (83.20% from 255) = 54.36%
R=38.46%
G=7.18%
B=54.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal150282120.290.8700.17279.7876.6747.06
Hex961CD41D570111184d2f
Octal226343243512702143011557
Binary1001011011100110101001110110101110100011000110001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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