#9A45CE

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

Shades of Dark Orchid #9A45CE

Tints of Dark Orchid #9A45CE

Color information

#9A45CE (or 0x9A45CE) is unknown color: approx Dark Orchid. HEX triplet: 9A, 45 and CE. RGB value is (154,69,206). Sum of RGB (Red+Green+Blue) = 154+69+206=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A45CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A45CE is #65BA31. Grayscale: #6D6D6D. Windows color (decimal): -6666802 or 13518234. OLE color: 13518234.

HSL color Cylindrical-coordinate representation of color #9A45CE: hue angle of 277.23º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A45CE is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15469206-
CMYK0.250.6700.19
HSL277.23º58.3%53.92%-
HSV(B)277.23º66.5%80.78%-
XYZ26.615.5860-
YUV110.03182.16159.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.90%
GREEN value IS 69 (27.34% from 255) = 16.08%
BLUE value IS 206 (80.86% from 255) = 48.02%
R=35.90%
G=16.08%
B=48.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal154692060.250.6700.19277.2358.353.92
Hex9A45CE19430131153a36
Octal232105316311030234257266
Binary10011010100010111001110110011000011010011100010101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A45CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,69,206); }

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

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

 a { background-color: rgb(154,69,206); }

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

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

 span { border-color: rgb(154,69,206); }

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