#9244CD

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

Shades of Dark Orchid #9244CD

Tints of Dark Orchid #9244CD

Color information

#9244CD (or 0x9244CD) is unknown color: approx Dark Orchid. HEX triplet: 92, 44 and CD. RGB value is (146,68,205). Sum of RGB (Red+Green+Blue) = 146+68+205=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #9244CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9244CD is #6DBB32. Grayscale: #6A6A6A. Windows color (decimal): -7191347 or 13452434. OLE color: 13452434.

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

Color convert

RGB14668205-
CMYK0.290.6700.20
HSL274.16º57.81%53.53%-
HSV(B)274.16º66.83%80.39%-
XYZ24.9414.6559.27-
YUV106.94183.34155.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 68 (26.95% from 255) = 16.23%
BLUE value IS 205 (80.47% from 255) = 48.93%
R=34.84%
G=16.23%
B=48.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal146682050.290.6700.20274.1657.8153.53
Hex9244CD1D430141123a36
Octal222104315351030244227266
Binary10010010100010011001101111011000011010100100010010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9244CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,68,205); }

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

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

 a { background-color: rgb(146,68,205); }

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

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

 span { border-color: rgb(146,68,205); }

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