#9845CC

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

Shades of Dark Orchid #9845CC

Tints of Dark Orchid #9845CC

Color information

#9845CC (or 0x9845CC) is unknown color: approx Dark Orchid. HEX triplet: 98, 45 and CC. RGB value is (152,69,204). Sum of RGB (Red+Green+Blue) = 152+69+204=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #9845CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9845CC is #67BA33. Grayscale: #6C6C6C. Windows color (decimal): -6797876 or 13387160. OLE color: 13387160.

HSL color Cylindrical-coordinate representation of color #9845CC: hue angle of 276.89º 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 #9845CC is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15269204-
CMYK0.250.6600.2
HSL276.89º56.96%53.53%-
HSV(B)276.89º66.18%80%-
XYZ25.9815.2958.71-
YUV109.21181.5158.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.76%
GREEN value IS 69 (27.34% from 255) = 16.24%
BLUE value IS 204 (80.08% from 255) = 48%
R=35.76%
G=16.24%
B=48%

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
Decimal152692040.250.6600.2276.8956.9653.53
Hex9845CC19420141153936
Octal230105314311020244257166
Binary10011000100010111001100110011000010010100100010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9845CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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