#9A2BCA

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

Shades of Dark Orchid #9A2BCA

Tints of Dark Orchid #9A2BCA

Color information

#9A2BCA (or 0x9A2BCA) is unknown color: approx Dark Orchid. HEX triplet: 9A, 2B and CA. RGB value is (154,43,202). Sum of RGB (Red+Green+Blue) = 154+43+202=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A2BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2BCA is #65D435. Grayscale: #5D5D5D. Windows color (decimal): -6673462 or 13249434. OLE color: 13249434.

HSL color Cylindrical-coordinate representation of color #9A2BCA: hue angle of 281.89º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2BCA is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15443202-
CMYK0.240.7900.21
HSL281.89º64.9%48.04%-
HSV(B)281.89º78.71%79.22%-
XYZ24.8512.8657.05-
YUV94.32188.77170.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.60%
GREEN value IS 43 (17.19% from 255) = 10.78%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=38.60%
G=10.78%
B=50.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154432020.240.7900.21281.8964.948.04
Hex9A2BCA184F01511a4130
Octal232533123011702543210160
Binary10011010101011110010101100010011110101011000110101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A2BCA; }

 p { color: rgb(154,43,202); }

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

<style>
 a { background-color: #9A2BCA; }

 a { background-color: rgb(154,43,202); }

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

<style>
 span { border-color: #9A2BCA; }

 span { border-color: rgb(154,43,202); }

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