#961CCF

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

Shades of Dark Orchid #961CCF

Tints of Dark Orchid #961CCF

Color information

#961CCF (or 0x961CCF) is unknown color: approx Dark Orchid. HEX triplet: 96, 1C and CF. RGB value is (150,28,207). Sum of RGB (Red+Green+Blue) = 150+28+207=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #961CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961CCF is #69E330. Grayscale: #545454. Windows color (decimal): -6939441 or 13573270. OLE color: 13573270.

HSL color Cylindrical-coordinate representation of color #961CCF: hue angle of 280.89º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961CCF is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15028207-
CMYK0.280.8600.19
HSL280.89º76.17%46.08%-
HSV(B)280.89º86.47%81.18%-
XYZ24.2611.8260.03-
YUV84.88196.92174.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 28 (11.33% from 255) = 7.27%
BLUE value IS 207 (81.25% from 255) = 53.77%
R=38.96%
G=7.27%
B=53.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150282070.280.8600.19280.8976.1746.08
Hex961CCF1C560131194c2e
Octal226343173412602343111456
Binary1001011011100110011111110010101100100111000110011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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