#9248D5

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

Shades of Dark Orchid #9248D5

Tints of Dark Orchid #9248D5

Color information

#9248D5 (or 0x9248D5) is unknown color: approx Dark Orchid. HEX triplet: 92, 48 and D5. RGB value is (146,72,213). Sum of RGB (Red+Green+Blue) = 146+72+213=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #9248D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9248D5 is #6DB72A. Grayscale: #6D6D6D. Windows color (decimal): -7190315 or 13977746. OLE color: 13977746.

HSL color Cylindrical-coordinate representation of color #9248D5: hue angle of 271.49º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9248D5 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14672213-
CMYK0.310.6600.16
HSL271.49º62.67%55.88%-
HSV(B)271.49º66.2%83.53%-
XYZ26.1815.5564.57-
YUV110.2186.02153.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.87%
GREEN value IS 72 (28.52% from 255) = 16.71%
BLUE value IS 213 (83.59% from 255) = 49.42%
R=33.87%
G=16.71%
B=49.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal146722130.310.6600.16271.4962.6755.88
Hex9248D51F4201010f3f38
Octal222110325371020204177770
Binary10010010100100011010101111111000010010000100001111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9248D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9248D5; }

 p { color: rgb(146,72,213); }

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

<style>
 a { background-color: #9248D5; }

 a { background-color: rgb(146,72,213); }

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

<style>
 span { border-color: #9248D5; }

 span { border-color: rgb(146,72,213); }

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