#9834D6

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

Shades of Dark Orchid #9834D6

Tints of Dark Orchid #9834D6

Color information

#9834D6 (or 0x9834D6) is unknown color: approx Dark Orchid. HEX triplet: 98, 34 and D6. RGB value is (152,52,214). Sum of RGB (Red+Green+Blue) = 152+52+214=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #9834D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9834D6 is #67CB29. Grayscale: #636363. Windows color (decimal): -6802218 or 14038168. OLE color: 14038168.

HSL color Cylindrical-coordinate representation of color #9834D6: hue angle of 277.04º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9834D6 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15252214-
CMYK0.290.7600.16
HSL277.04º66.39%52.16%-
HSV(B)277.04º75.7%83.92%-
XYZ26.3113.9964.93-
YUV100.37192.13164.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.36%
GREEN value IS 52 (20.70% from 255) = 12.44%
BLUE value IS 214 (83.98% from 255) = 51.20%
R=36.36%
G=12.44%
B=51.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal152522140.290.7600.16277.0466.3952.16
Hex9834D61D4C0101154234
Octal230643263511402042510264
Binary10011000110100110101101110110011000100001000101011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9834D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9834D6; }

 p { color: rgb(152,52,214); }

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

<style>
 a { background-color: #9834D6; }

 a { background-color: rgb(152,52,214); }

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

<style>
 span { border-color: #9834D6; }

 span { border-color: rgb(152,52,214); }

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