#9237d7

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

Shades of Dark Orchid #9237D7

Tints of Dark Orchid #9237D7

Color information

#9237D7 (or 0x9237D7) is unknown color: approx Dark Orchid. HEX triplet: 92, 37 and D7. RGB value is (146,55,215). Sum of RGB (Red+Green+Blue) = 146+55+215=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 215 (84.38% from 255 or 51.68% from 416); Max value from RGB is 215 - color contains mainly: blue. Hex color #9237D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9237D7 is #6DC828. Grayscale: #636363. Windows color (decimal): -7194665 or 14104466. OLE color: 14104466.

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

Color convert

RGB14655215-
CMYK0.320.7400.16
HSL274.12º66.67%52.94%-
HSV(B)274.12º74.42%84.31%-
XYZ25.4913.7565.6-
YUV100.45192.65160.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.10%
GREEN value IS 55 (21.88% from 255) = 13.22%
BLUE value IS 215 (84.38% from 255) = 51.68%
R=35.10%
G=13.22%
B=51.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal146552150.320.7400.16274.1266.6752.94
Hex9237D7204A0101124335
Octal222673274011202042210365
Binary100100101101111101011110000010010100100001000100101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9237d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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