#8433CB

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

Shades of Dark Orchid #8433CB

Tints of Dark Orchid #8433CB

Color information

#8433CB (or 0x8433CB) is unknown color: approx Dark Orchid. HEX triplet: 84, 33 and CB. RGB value is (132,51,203). Sum of RGB (Red+Green+Blue) = 132+51+203=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #8433CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8433CB is #7BCC34. Grayscale: #5C5C5C. Windows color (decimal): -8113205 or 13316996. OLE color: 13316996.

HSL color Cylindrical-coordinate representation of color #8433CB: hue angle of 271.97º 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 #8433CB is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13251203-
CMYK0.350.7500.20
HSL271.97º59.84%49.8%-
HSV(B)271.97º74.88%79.61%-
XYZ21.4811.5857.6-
YUV92.55190.34156.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 51 (20.31% from 255) = 13.21%
BLUE value IS 203 (79.69% from 255) = 52.59%
R=34.20%
G=13.21%
B=52.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132512030.350.7500.20271.9759.8449.8
Hex8433CB234B0141103c32
Octal20463313431130244207462
Binary10000100110011110010111000111001011010100100010000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8433CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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