#9646CD

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

Shades of Dark Orchid #9646CD

Tints of Dark Orchid #9646CD

Color information

#9646CD (or 0x9646CD) is unknown color: approx Dark Orchid. HEX triplet: 96, 46 and CD. RGB value is (150,70,205). Sum of RGB (Red+Green+Blue) = 150+70+205=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #9646CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9646CD is #69B932. Grayscale: #6C6C6C. Windows color (decimal): -6928691 or 13452950. OLE color: 13452950.

HSL color Cylindrical-coordinate representation of color #9646CD: hue angle of 275.56º 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 #9646CD is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15070205-
CMYK0.270.6600.20
HSL275.56º57.45%53.92%-
HSV(B)275.56º65.85%80.39%-
XYZ25.7915.2759.35-
YUV109.31182157.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 70 (27.73% from 255) = 16.47%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=35.29%
G=16.47%
B=48.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150702050.270.6600.20275.5657.4553.92
Hex9646CD1B420141143936
Octal226106315331020244247166
Binary10010110100011011001101110111000010010100100010100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9646CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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