#9A2BD4

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

Shades of Dark Orchid #9A2BD4

Tints of Dark Orchid #9A2BD4

Color information

#9A2BD4 (or 0x9A2BD4) is unknown color: approx Dark Orchid. HEX triplet: 9A, 2B and D4. RGB value is (154,43,212). Sum of RGB (Red+Green+Blue) = 154+43+212=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 212 (83.20% from 255 or 51.83% from 409); Max value from RGB is 212 - color contains mainly: blue. Hex color #9A2BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2BD4 is #65D42B. Grayscale: #5E5E5E. Windows color (decimal): -6673452 or 13904794. OLE color: 13904794.

HSL color Cylindrical-coordinate representation of color #9A2BD4: hue angle of 279.41º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A2BD4 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15443212-
CMYK0.270.8000.17
HSL279.41º66.27%50%-
HSV(B)279.41º79.72%83.14%-
XYZ26.0713.3563.49-
YUV95.46193.77169.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.65%
GREEN value IS 43 (17.19% from 255) = 10.51%
BLUE value IS 212 (83.20% from 255) = 51.83%
R=37.65%
G=10.51%
B=51.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal154432120.270.8000.17279.4166.2750
Hex9A2BD41B500111174232
Octal232533243312002142710262
Binary10011010101011110101001101110100000100011000101111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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