#9235C8

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

Shades of Dark Orchid #9235C8

Tints of Dark Orchid #9235C8

Color information

#9235C8 (or 0x9235C8) is unknown color: approx Dark Orchid. HEX triplet: 92, 35 and C8. RGB value is (146,53,200). Sum of RGB (Red+Green+Blue) = 146+53+200=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 200 (78.52% from 255 or 50.13% from 399); Max value from RGB is 200 - color contains mainly: blue. Hex color #9235C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9235C8 is #6DCA37. Grayscale: #616161. Windows color (decimal): -7195192 or 13120914. OLE color: 13120914.

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

Color convert

RGB14653200-
CMYK0.270.7400.22
HSL277.96º58.1%49.61%-
HSV(B)277.96º73.5%78.43%-
XYZ23.5512.8355.88-
YUV97.56185.81162.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 53 (21.09% from 255) = 13.28%
BLUE value IS 200 (78.52% from 255) = 50.13%
R=36.59%
G=13.28%
B=50.13%

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
Decimal146532000.270.7400.22277.9658.149.61
Hex9235C81B4A0161163a32
Octal22265310331120264267262
Binary1001001011010111001000110111001010010110100010110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9235C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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