#963BC7

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

Shades of Dark Orchid #963BC7

Tints of Dark Orchid #963BC7

Color information

#963BC7 (or 0x963BC7) is unknown color: approx Dark Orchid. HEX triplet: 96, 3B and C7. RGB value is (150,59,199). Sum of RGB (Red+Green+Blue) = 150+59+199=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 199 - color contains mainly: blue. Hex color #963BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963BC7 is #69C438. Grayscale: #656565. Windows color (decimal): -6931513 or 13056918. OLE color: 13056918.

HSL color Cylindrical-coordinate representation of color #963BC7: hue angle of 279º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #963BC7 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15059199-
CMYK0.250.7000.22
HSL279º55.56%50.59%-
HSV(B)279º70.35%78.04%-
XYZ24.4513.7455.4-
YUV102.17182.65162.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.76%
GREEN value IS 59 (23.44% from 255) = 14.46%
BLUE value IS 199 (78.12% from 255) = 48.77%
R=36.76%
G=14.46%
B=48.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150591990.250.7000.2227955.5650.59
Hex963BC719460161173833
Octal22673307311060264277063
Binary1001011011101111000111110011000110010110100010111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963BC7; }

 p { color: rgb(150,59,199); }

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

<style>
 a { background-color: #963BC7; }

 a { background-color: rgb(150,59,199); }

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

<style>
 span { border-color: #963BC7; }

 span { border-color: rgb(150,59,199); }

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