#9133BB

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

Shades of Dark Orchid #9133BB

Tints of Dark Orchid #9133BB

Color information

#9133BB (or 0x9133BB) is unknown color: approx Dark Orchid. HEX triplet: 91, 33 and BB. RGB value is (145,51,187). Sum of RGB (Red+Green+Blue) = 145+51+187=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #9133BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9133BB is #6ECC44. Grayscale: #5E5E5E. Windows color (decimal): -7261253 or 12268433. OLE color: 12268433.

HSL color Cylindrical-coordinate representation of color #9133BB: hue angle of 281.47º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9133BB is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14551187-
CMYK0.220.7300.27
HSL281.47º57.14%46.67%-
HSV(B)281.47º72.73%73.33%-
XYZ21.8311.9848.17-
YUV94.61180.14163.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 51 (20.31% from 255) = 13.32%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=37.86%
G=13.32%
B=48.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal145511870.220.7300.27281.4757.1446.67
Hex9133BB164901B119392f
Octal22163273261110334317157
Binary1001000111001110111011101101001001011011100011001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9133BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9133BB; }

 p { color: rgb(145,51,187); }

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

<style>
 a { background-color: #9133BB; }

 a { background-color: rgb(145,51,187); }

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

<style>
 span { border-color: #9133BB; }

 span { border-color: rgb(145,51,187); }

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