#9237CC

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

Shades of Dark Orchid #9237CC

Tints of Dark Orchid #9237CC

Color information

#9237CC (or 0x9237CC) is unknown color: approx Dark Orchid. HEX triplet: 92, 37 and CC. RGB value is (146,55,204). Sum of RGB (Red+Green+Blue) = 146+55+204=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #9237CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9237CC is #6DC833. Grayscale: #626262. Windows color (decimal): -7194676 or 13383570. OLE color: 13383570.

HSL color Cylindrical-coordinate representation of color #9237CC: hue angle of 276.64º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9237CC is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14655204-
CMYK0.280.7300.2
HSL276.64º59.36%50.78%-
HSV(B)276.64º73.04%80%-
XYZ24.1213.258.4-
YUV99.2187.15161.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.05%
GREEN value IS 55 (21.88% from 255) = 13.58%
BLUE value IS 204 (80.08% from 255) = 50.37%
R=36.05%
G=13.58%
B=50.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal146552040.280.7300.2276.6459.3650.78
Hex9237CC1C490141153b33
Octal22267314341110244257363
Binary1001001011011111001100111001001001010100100010101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9237CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9237CC; }

 p { color: rgb(146,55,204); }

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

<style>
 a { background-color: #9237CC; }

 a { background-color: rgb(146,55,204); }

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

<style>
 span { border-color: #9237CC; }

 span { border-color: rgb(146,55,204); }

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