#9A42D8

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

Shades of Dark Orchid #9A42D8

Tints of Dark Orchid #9A42D8

Color information

#9A42D8 (or 0x9A42D8) is unknown color: approx Dark Orchid. HEX triplet: 9A, 42 and D8. RGB value is (154,66,216). Sum of RGB (Red+Green+Blue) = 154+66+216=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A42D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A42D8 is #65BD27. Grayscale: #6C6C6C. Windows color (decimal): -6667560 or 14172826. OLE color: 14172826.

HSL color Cylindrical-coordinate representation of color #9A42D8: hue angle of 275.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A42D8 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15466216-
CMYK0.290.6900.15
HSL275.2º65.79%55.29%-
HSV(B)275.2º69.44%84.71%-
XYZ27.6715.7266.54-
YUV109.41188.15159.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.32%
GREEN value IS 66 (26.17% from 255) = 15.14%
BLUE value IS 216 (84.77% from 255) = 49.54%
R=35.32%
G=15.14%
B=49.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154662160.290.6900.15275.265.7955.29
Hex9A42D81D450F1134237
Octal2321023303510501742310267
Binary10011010100001011011000111011000101011111000100111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A42D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,66,216); }

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

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

 a { background-color: rgb(154,66,216); }

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

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

 span { border-color: rgb(154,66,216); }

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