#9841CF

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

Shades of Dark Orchid #9841CF

Tints of Dark Orchid #9841CF

Color information

#9841CF (or 0x9841CF) is unknown color: approx Dark Orchid. HEX triplet: 98, 41 and CF. RGB value is (152,65,207). Sum of RGB (Red+Green+Blue) = 152+65+207=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #9841CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9841CF is #67BE30. Grayscale: #6A6A6A. Windows color (decimal): -6798897 or 13582744. OLE color: 13582744.

HSL color Cylindrical-coordinate representation of color #9841CF: hue angle of 276.76º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9841CF is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15265207-
CMYK0.270.6900.19
HSL276.76º59.66%53.33%-
HSV(B)276.76º68.6%81.18%-
XYZ26.114.9660.54-
YUV107.2184.32159.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 65 (25.78% from 255) = 15.33%
BLUE value IS 207 (81.25% from 255) = 48.82%
R=35.85%
G=15.33%
B=48.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152652070.270.6900.19276.7659.6653.33
Hex9841CF1B450131153c35
Octal230101317331050234257465
Binary10011000100000111001111110111000101010011100010101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9841CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9841CF; }

 p { color: rgb(152,65,207); }

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

<style>
 a { background-color: #9841CF; }

 a { background-color: rgb(152,65,207); }

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

<style>
 span { border-color: #9841CF; }

 span { border-color: rgb(152,65,207); }

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