#9A4BD5

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

Shades of Dark Orchid #9A4BD5

Tints of Dark Orchid #9A4BD5

Color information

#9A4BD5 (or 0x9A4BD5) is unknown color: approx Dark Orchid. HEX triplet: 9A, 4B and D5. RGB value is (154,75,213). Sum of RGB (Red+Green+Blue) = 154+75+213=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #9A4BD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4BD5 is #65B42A. Grayscale: #717171. Windows color (decimal): -6665259 or 13978522. OLE color: 13978522.

HSL color Cylindrical-coordinate representation of color #9A4BD5: hue angle of 274.35º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A4BD5 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15475213-
CMYK0.280.6500.16
HSL274.35º62.16%56.47%-
HSV(B)274.35º64.79%83.53%-
XYZ27.8516.7164.71-
YUV114.35183.67156.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.84%
GREEN value IS 75 (29.69% from 255) = 16.97%
BLUE value IS 213 (83.59% from 255) = 48.19%
R=34.84%
G=16.97%
B=48.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal154752130.280.6500.16274.3562.1656.47
Hex9A4BD51C410101123e38
Octal232113325341010204227670
Binary10011010100101111010101111001000001010000100010010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,75,213); }

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

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

 a { background-color: rgb(154,75,213); }

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

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

 span { border-color: rgb(154,75,213); }

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