#962BC0

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

Shades of Dark Orchid #962BC0

Tints of Dark Orchid #962BC0

Color information

#962BC0 (or 0x962BC0) is unknown color: approx Dark Orchid. HEX triplet: 96, 2B and C0. RGB value is (150,43,192). Sum of RGB (Red+Green+Blue) = 150+43+192=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #962BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962BC0 is #69D43F. Grayscale: #5B5B5B. Windows color (decimal): -6935616 or 12594070. OLE color: 12594070.

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

Color convert

RGB15043192-
CMYK0.220.7800.25
HSL283.09º63.4%46.08%-
HSV(B)283.09º77.6%75.29%-
XYZ22.9612.0250.98-
YUV91.98184.45169.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 43 (17.19% from 255) = 11.17%
BLUE value IS 192 (75.39% from 255) = 49.87%
R=38.96%
G=11.17%
B=49.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150431920.220.7800.25283.0963.446.08
Hex962BC0164E01911b3f2e
Octal22653300261160314337756
Binary1001011010101111000000101101001110011001100011011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,43,192); }

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

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

 a { background-color: rgb(150,43,192); }

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

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

 span { border-color: rgb(150,43,192); }

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