#9A37CA

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

Shades of Dark Orchid #9A37CA

Tints of Dark Orchid #9A37CA

Color information

#9A37CA (or 0x9A37CA) is unknown color: approx Dark Orchid. HEX triplet: 9A, 37 and CA. RGB value is (154,55,202). Sum of RGB (Red+Green+Blue) = 154+55+202=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A37CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A37CA is #65C835. Grayscale: #646464. Windows color (decimal): -6670390 or 13252506. OLE color: 13252506.

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

Color convert

RGB15455202-
CMYK0.240.7300.21
HSL280.41º58.1%50.39%-
HSV(B)280.41º72.77%79.22%-
XYZ25.3513.8757.22-
YUV101.36184.8165.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.47%
GREEN value IS 55 (21.88% from 255) = 13.38%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=37.47%
G=13.38%
B=49.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154552020.240.7300.21280.4158.150.39
Hex9A37CA18490151183a32
Octal23267312301110254307262
Binary1001101011011111001010110001001001010101100011000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A37CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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