#9846CC

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

Shades of Dark Orchid #9846CC

Tints of Dark Orchid #9846CC

Color information

#9846CC (or 0x9846CC) is unknown color: approx Dark Orchid. HEX triplet: 98, 46 and CC. RGB value is (152,70,204). Sum of RGB (Red+Green+Blue) = 152+70+204=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #9846CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9846CC is #67B933. Grayscale: #6D6D6D. Windows color (decimal): -6797620 or 13387416. OLE color: 13387416.

HSL color Cylindrical-coordinate representation of color #9846CC: hue angle of 276.72º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9846CC is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15270204-
CMYK0.250.6600.2
HSL276.72º56.78%53.73%-
HSV(B)276.72º65.69%80%-
XYZ26.0415.4258.73-
YUV109.79181.17158.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.68%
GREEN value IS 70 (27.73% from 255) = 16.43%
BLUE value IS 204 (80.08% from 255) = 47.89%
R=35.68%
G=16.43%
B=47.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal152702040.250.6600.2276.7256.7853.73
Hex9846CC19420141153936
Octal230106314311020244257166
Binary10011000100011011001100110011000010010100100010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9846CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9846CC; }

 p { color: rgb(152,70,204); }

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

<style>
 a { background-color: #9846CC; }

 a { background-color: rgb(152,70,204); }

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

<style>
 span { border-color: #9846CC; }

 span { border-color: rgb(152,70,204); }

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