#9233C8

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

Shades of Dark Orchid #9233C8

Tints of Dark Orchid #9233C8

Color information

#9233C8 (or 0x9233C8) is unknown color: approx Dark Orchid. HEX triplet: 92, 33 and C8. RGB value is (146,51,200). Sum of RGB (Red+Green+Blue) = 146+51+200=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #9233C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9233C8 is #6DCC37. Grayscale: #5F5F5F. Windows color (decimal): -7195704 or 13120402. OLE color: 13120402.

HSL color Cylindrical-coordinate representation of color #9233C8: hue angle of 278.26º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9233C8 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14651200-
CMYK0.270.7400.22
HSL278.26º59.36%49.22%-
HSV(B)278.26º74.5%78.43%-
XYZ23.4612.6555.85-
YUV96.39186.47163.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 51 (20.31% from 255) = 12.85%
BLUE value IS 200 (78.52% from 255) = 50.38%
R=36.78%
G=12.85%
B=50.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146512000.270.7400.22278.2659.3649.22
Hex9233C81B4A0161163b31
Octal22263310331120264267361
Binary1001001011001111001000110111001010010110100010110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9233C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9233C8; }

 p { color: rgb(146,51,200); }

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

<style>
 a { background-color: #9233C8; }

 a { background-color: rgb(146,51,200); }

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

<style>
 span { border-color: #9233C8; }

 span { border-color: rgb(146,51,200); }

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