#9226C7

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

Shades of Dark Orchid #9226C7

Tints of Dark Orchid #9226C7

Color information

#9226C7 (or 0x9226C7) is unknown color: approx Dark Orchid. HEX triplet: 92, 26 and C7. RGB value is (146,38,199). Sum of RGB (Red+Green+Blue) = 146+38+199=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 199 (78.12% from 255 or 51.96% from 383); Max value from RGB is 199 - color contains mainly: blue. Hex color #9226C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9226C7 is #6DD938. Grayscale: #585858. Windows color (decimal): -7199033 or 13051538. OLE color: 13051538.

HSL color Cylindrical-coordinate representation of color #9226C7: hue angle of 280.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9226C7 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14638199-
CMYK0.270.8100.22
HSL280.25º67.93%46.47%-
HSV(B)280.25º80.9%78.04%-
XYZ22.8611.6255.07-
YUV88.65190.28168.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.12%
GREEN value IS 38 (15.23% from 255) = 9.92%
BLUE value IS 199 (78.12% from 255) = 51.96%
R=38.12%
G=9.92%
B=51.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146381990.270.8100.22280.2567.9346.47
Hex9226C71B51016118442e
Octal222463073312102643010456
Binary10010010100110110001111101110100010101101000110001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9226C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9226C7; }

 p { color: rgb(146,38,199); }

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

<style>
 a { background-color: #9226C7; }

 a { background-color: rgb(146,38,199); }

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

<style>
 span { border-color: #9226C7; }

 span { border-color: rgb(146,38,199); }

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