#9234D7

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

Shades of Dark Orchid #9234D7

Tints of Dark Orchid #9234D7

Color information

#9234D7 (or 0x9234D7) is unknown color: approx Dark Orchid. HEX triplet: 92, 34 and D7. RGB value is (146,52,215). Sum of RGB (Red+Green+Blue) = 146+52+215=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #9234D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9234D7 is #6DCB28. Grayscale: #626262. Windows color (decimal): -7195433 or 14103698. OLE color: 14103698.

HSL color Cylindrical-coordinate representation of color #9234D7: hue angle of 274.6º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9234D7 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14652215-
CMYK0.320.7600.16
HSL274.6º67.08%52.35%-
HSV(B)274.6º75.81%84.31%-
XYZ25.3513.4765.55-
YUV98.69193.64161.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.35%
GREEN value IS 52 (20.70% from 255) = 12.59%
BLUE value IS 215 (84.38% from 255) = 52.06%
R=35.35%
G=12.59%
B=52.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal146522150.320.7600.16274.667.0852.35
Hex9234D7204C0101134334
Octal222643274011402042310364
Binary100100101101001101011110000010011000100001000100111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9234D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9234D7; }

 p { color: rgb(146,52,215); }

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

<style>
 a { background-color: #9234D7; }

 a { background-color: rgb(146,52,215); }

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

<style>
 span { border-color: #9234D7; }

 span { border-color: rgb(146,52,215); }

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