#9230C4

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

Shades of Dark Orchid #9230C4

Tints of Dark Orchid #9230C4

Color information

#9230C4 (or 0x9230C4) is unknown color: approx Dark Orchid. HEX triplet: 92, 30 and C4. RGB value is (146,48,196). Sum of RGB (Red+Green+Blue) = 146+48+196=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #9230C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9230C4 is #6DCF3B. Grayscale: #5D5D5D. Windows color (decimal): -7196476 or 12857490. OLE color: 12857490.

HSL color Cylindrical-coordinate representation of color #9230C4: hue angle of 279.73º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9230C4 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14648196-
CMYK0.260.7600.23
HSL279.73º60.66%47.84%-
HSV(B)279.73º75.51%76.86%-
XYZ22.8712.2153.38-
YUV94.17185.47164.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.44%
GREEN value IS 48 (19.14% from 255) = 12.31%
BLUE value IS 196 (76.95% from 255) = 50.26%
R=37.44%
G=12.31%
B=50.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal146481960.260.7600.23279.7360.6647.84
Hex9230C41A4C0171183d30
Octal22260304321140274307560
Binary1001001011000011000100110101001100010111100011000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9230C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9230C4; }

 p { color: rgb(146,48,196); }

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

<style>
 a { background-color: #9230C4; }

 a { background-color: rgb(146,48,196); }

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

<style>
 span { border-color: #9230C4; }

 span { border-color: rgb(146,48,196); }

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