#9641CD

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

Shades of Dark Orchid #9641CD

Tints of Dark Orchid #9641CD

Color information

#9641CD (or 0x9641CD) is unknown color: approx Dark Orchid. HEX triplet: 96, 41 and CD. RGB value is (150,65,205). Sum of RGB (Red+Green+Blue) = 150+65+205=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #9641CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9641CD is #69BE32. Grayscale: #696969. Windows color (decimal): -6929971 or 13451670. OLE color: 13451670.

HSL color Cylindrical-coordinate representation of color #9641CD: hue angle of 276.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9641CD is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15065205-
CMYK0.270.6800.20
HSL276.43º58.33%52.94%-
HSV(B)276.43º68.29%80.39%-
XYZ25.4914.6759.25-
YUV106.38183.66159.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 205 (80.47% from 255) = 48.81%
R=35.71%
G=15.48%
B=48.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150652050.270.6800.20276.4358.3352.94
Hex9641CD1B440141143a35
Octal226101315331040244247265
Binary10010110100000111001101110111000100010100100010100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9641CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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