#9138CA

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

Shades of Dark Orchid #9138CA

Tints of Dark Orchid #9138CA

Color information

#9138CA (or 0x9138CA) is unknown color: approx Dark Orchid. HEX triplet: 91, 38 and CA. RGB value is (145,56,202). Sum of RGB (Red+Green+Blue) = 145+56+202=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #9138CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9138CA is #6EC735. Grayscale: #626262. Windows color (decimal): -7259958 or 13252753. OLE color: 13252753.

HSL color Cylindrical-coordinate representation of color #9138CA: hue angle of 276.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9138CA is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14556202-
CMYK0.280.7200.21
HSL276.58º57.94%50.59%-
HSV(B)276.58º72.28%79.22%-
XYZ23.7513.1157.16-
YUV99.26185.99160.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.98%
GREEN value IS 56 (22.27% from 255) = 13.90%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=35.98%
G=13.90%
B=50.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal145562020.280.7200.21276.5857.9450.59
Hex9138CA1C480151153a33
Octal22170312341100254257263
Binary1001000111100011001010111001001000010101100010101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9138CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9138CA; }

 p { color: rgb(145,56,202); }

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

<style>
 a { background-color: #9138CA; }

 a { background-color: rgb(145,56,202); }

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

<style>
 span { border-color: #9138CA; }

 span { border-color: rgb(145,56,202); }

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