#8533CB

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

Shades of Dark Orchid #8533CB

Tints of Dark Orchid #8533CB

Color information

#8533CB (or 0x8533CB) is unknown color: approx Dark Orchid. HEX triplet: 85, 33 and CB. RGB value is (133,51,203). Sum of RGB (Red+Green+Blue) = 133+51+203=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #8533CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8533CB is #7ACC34. Grayscale: #5C5C5C. Windows color (decimal): -8047669 or 13316997. OLE color: 13316997.

HSL color Cylindrical-coordinate representation of color #8533CB: hue angle of 272.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8533CB is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13351203-
CMYK0.340.7500.20
HSL272.37º59.84%49.8%-
HSV(B)272.37º74.88%79.61%-
XYZ21.6411.6757.61-
YUV92.85190.17156.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 51 (20.31% from 255) = 13.18%
BLUE value IS 203 (79.69% from 255) = 52.45%
R=34.37%
G=13.18%
B=52.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133512030.340.7500.20272.3759.8449.8
Hex8533CB224B0141103c32
Octal20563313421130244207462
Binary10000101110011110010111000101001011010100100010000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8533CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8533CB; }

 p { color: rgb(133,51,203); }

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

<style>
 a { background-color: #8533CB; }

 a { background-color: rgb(133,51,203); }

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

<style>
 span { border-color: #8533CB; }

 span { border-color: rgb(133,51,203); }

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