#913CCA

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

Shades of Dark Orchid #913CCA

Tints of Dark Orchid #913CCA

Color information

#913CCA (or 0x913CCA) is unknown color: approx Dark Orchid. HEX triplet: 91, 3C and CA. RGB value is (145,60,202). Sum of RGB (Red+Green+Blue) = 145+60+202=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #913CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913CCA is #6EC335. Grayscale: #656565. Windows color (decimal): -7258934 or 13253777. OLE color: 13253777.

HSL color Cylindrical-coordinate representation of color #913CCA: hue angle of 275.92º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #913CCA is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14560202-
CMYK0.280.7000.21
HSL275.92º57.26%51.37%-
HSV(B)275.92º70.3%79.22%-
XYZ23.9513.5257.22-
YUV101.6184.66158.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.63%
GREEN value IS 60 (23.83% from 255) = 14.74%
BLUE value IS 202 (79.30% from 255) = 49.63%
R=35.63%
G=14.74%
B=49.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal145602020.280.7000.21275.9257.2651.37
Hex913CCA1C460151143933
Octal22174312341060254247163
Binary1001000111110011001010111001000110010101100010100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913CCA; }

 p { color: rgb(145,60,202); }

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

<style>
 a { background-color: #913CCA; }

 a { background-color: rgb(145,60,202); }

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

<style>
 span { border-color: #913CCA; }

 span { border-color: rgb(145,60,202); }

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