#9448CD

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

Shades of Dark Orchid #9448CD

Tints of Dark Orchid #9448CD

Color information

#9448CD (or 0x9448CD) is unknown color: approx Dark Orchid. HEX triplet: 94, 48 and CD. RGB value is (148,72,205). Sum of RGB (Red+Green+Blue) = 148+72+205=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 72 (28.52% from 255 or 16.94% 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 #9448CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9448CD is #6BB732. Grayscale: #6D6D6D. Windows color (decimal): -7059251 or 13453460. OLE color: 13453460.

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

Color convert

RGB14872205-
CMYK0.280.6500.20
HSL274.29º57.08%54.31%-
HSV(B)274.29º64.88%80.39%-
XYZ25.5515.3459.37-
YUV109.89181.68155.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 72 (28.52% from 255) = 16.94%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=34.82%
G=16.94%
B=48.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148722050.280.6500.20274.2957.0854.31
Hex9448CD1C410141123936
Octal224110315341010244227166
Binary10010100100100011001101111001000001010100100010010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9448CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,72,205); }

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

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

 a { background-color: rgb(148,72,205); }

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

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

 span { border-color: rgb(148,72,205); }

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