#9641c6

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

Shades of Dark Orchid #9641C6

Tints of Dark Orchid #9641C6

Color information

#9641C6 (or 0x9641C6) is unknown color: approx Dark Orchid. HEX triplet: 96, 41 and C6. RGB value is (150,65,198). Sum of RGB (Red+Green+Blue) = 150+65+198=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #9641C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9641C6 is #69BE39. Grayscale: #696969. Windows color (decimal): -6929978 or 12992918. OLE color: 12992918.

HSL color Cylindrical-coordinate representation of color #9641C6: hue angle of 278.35º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9641C6 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15065198-
CMYK0.240.6700.22
HSL278.35º53.85%51.57%-
HSV(B)278.35º67.17%77.65%-
XYZ24.6614.3454.89-
YUV105.58180.16159.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.32%
GREEN value IS 65 (25.78% from 255) = 15.74%
BLUE value IS 198 (77.73% from 255) = 47.94%
R=36.32%
G=15.74%
B=47.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150651980.240.6700.22278.3553.8551.57
Hex9641C618430161163634
Octal226101306301030264266664
Binary10010110100000111000110110001000011010110100010110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9641c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9641c6; }

 p { color: rgb(150,65,198); }

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

<style>
 a { background-color: #9641c6; }

 a { background-color: rgb(150,65,198); }

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

<style>
 span { border-color: #9641c6; }

 span { border-color: rgb(150,65,198); }

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