#9242D9

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

Shades of Dark Orchid #9242D9

Tints of Dark Orchid #9242D9

Color information

#9242D9 (or 0x9242D9) is unknown color: approx Dark Orchid. HEX triplet: 92, 42 and D9. RGB value is (146,66,217). Sum of RGB (Red+Green+Blue) = 146+66+217=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #9242D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9242D9 is #6DBD26. Grayscale: #6A6A6A. Windows color (decimal): -7191847 or 14238354. OLE color: 14238354.

HSL color Cylindrical-coordinate representation of color #9242D9: hue angle of 271.79º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9242D9 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14666217-
CMYK0.330.7000.15
HSL271.79º66.52%55.49%-
HSV(B)271.79º69.59%85.1%-
XYZ26.3315.0267.16-
YUV107.13190155.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 66 (26.17% from 255) = 15.38%
BLUE value IS 217 (85.16% from 255) = 50.58%
R=34.03%
G=15.38%
B=50.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal146662170.330.7000.15271.7966.5255.49
Hex9242D921460F1104337
Octal2221023314110601742010367
Binary100100101000010110110011000011000110011111000100001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9242D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9242D9; }

 p { color: rgb(146,66,217); }

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

<style>
 a { background-color: #9242D9; }

 a { background-color: rgb(146,66,217); }

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

<style>
 span { border-color: #9242D9; }

 span { border-color: rgb(146,66,217); }

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