#9228CD

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

Shades of Dark Orchid #9228CD

Tints of Dark Orchid #9228CD

Color information

#9228CD (or 0x9228CD) is unknown color: approx Dark Orchid. HEX triplet: 92, 28 and CD. RGB value is (146,40,205). Sum of RGB (Red+Green+Blue) = 146+40+205=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #9228CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9228CD is #6DD732. Grayscale: #595959. Windows color (decimal): -7198515 or 13445266. OLE color: 13445266.

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

Color convert

RGB14640205-
CMYK0.290.8000.20
HSL278.55º67.35%48.04%-
HSV(B)278.55º80.49%80.39%-
XYZ23.6312.0458.84-
YUV90.5192.62167.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 40 (16.02% from 255) = 10.23%
BLUE value IS 205 (80.47% from 255) = 52.43%
R=37.34%
G=10.23%
B=52.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal146402050.290.8000.20278.5567.3548.04
Hex9228CD1D500141174330
Octal222503153512002442710360
Binary10010010101000110011011110110100000101001000101111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9228CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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