#9132C8

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

Shades of Dark Orchid #9132C8

Tints of Dark Orchid #9132C8

Color information

#9132C8 (or 0x9132C8) is unknown color: approx Dark Orchid. HEX triplet: 91, 32 and C8. RGB value is (145,50,200). Sum of RGB (Red+Green+Blue) = 145+50+200=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #9132C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9132C8 is #6ECD37. Grayscale: #5F5F5F. Windows color (decimal): -7261496 or 13120145. OLE color: 13120145.

HSL color Cylindrical-coordinate representation of color #9132C8: hue angle of 278º degrees, saturation: 0.6, 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 #9132C8 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14550200-
CMYK0.280.7500.22
HSL278º60%49.02%-
HSV(B)278º75%78.43%-
XYZ23.2412.4755.83-
YUV95.5186.97163.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.71%
GREEN value IS 50 (19.92% from 255) = 12.66%
BLUE value IS 200 (78.52% from 255) = 50.63%
R=36.71%
G=12.66%
B=50.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal145502000.280.7500.222786049.02
Hex9132C81C4B0161163c31
Octal22162310341130264267461
Binary1001000111001011001000111001001011010110100010110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9132C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,50,200); }

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

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

 a { background-color: rgb(145,50,200); }

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

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

 span { border-color: rgb(145,50,200); }

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