#962CC1

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

Shades of Dark Orchid #962CC1

Tints of Dark Orchid #962CC1

Color information

#962CC1 (or 0x962CC1) is unknown color: approx Dark Orchid. HEX triplet: 96, 2C and C1. RGB value is (150,44,193). Sum of RGB (Red+Green+Blue) = 150+44+193=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #962CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962CC1 is #69D33E. Grayscale: #5C5C5C. Windows color (decimal): -6935359 or 12659862. OLE color: 12659862.

HSL color Cylindrical-coordinate representation of color #962CC1: hue angle of 282.68º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962CC1 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15044193-
CMYK0.220.7700.24
HSL282.68º62.87%46.47%-
HSV(B)282.68º77.2%75.69%-
XYZ23.112.1451.58-
YUV92.68184.62168.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 44 (17.58% from 255) = 11.37%
BLUE value IS 193 (75.78% from 255) = 49.87%
R=38.76%
G=11.37%
B=49.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150441930.220.7700.24282.6862.8746.47
Hex962CC1164D01811b3f2e
Octal22654301261150304337756
Binary1001011010110011000001101101001101011000100011011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962CC1; }

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

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

<style>
 a { background-color: #962CC1; }

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

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

<style>
 span { border-color: #962CC1; }

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

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