#9849DA

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

Shades of Dark Orchid #9849DA

Tints of Dark Orchid #9849DA

Color information

#9849DA (or 0x9849DA) is unknown color: approx Dark Orchid. HEX triplet: 98, 49 and DA. RGB value is (152,73,218). Sum of RGB (Red+Green+Blue) = 152+73+218=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #9849DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9849DA is #67B625. Grayscale: #707070. Windows color (decimal): -6796838 or 14305688. OLE color: 14305688.

HSL color Cylindrical-coordinate representation of color #9849DA: hue angle of 272.69º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9849DA is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15273218-
CMYK0.300.6700.15
HSL272.69º66.21%57.06%-
HSV(B)272.69º66.51%85.49%-
XYZ27.9916.568.04-
YUV113.15187.17155.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 73 (28.91% from 255) = 16.48%
BLUE value IS 218 (85.55% from 255) = 49.21%
R=34.31%
G=16.48%
B=49.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152732180.300.6700.15272.6966.2157.06
Hex9849DA1E430F1114239
Octal2301113323610301742110271
Binary10011000100100111011010111101000011011111000100011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9849DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9849DA; }

 p { color: rgb(152,73,218); }

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

<style>
 a { background-color: #9849DA; }

 a { background-color: rgb(152,73,218); }

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

<style>
 span { border-color: #9849DA; }

 span { border-color: rgb(152,73,218); }

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