#8B33B8

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

Shades of Dark Orchid #8B33B8

Tints of Dark Orchid #8B33B8

Color information

#8B33B8 (or 0x8B33B8) is unknown color: approx Dark Orchid. HEX triplet: 8B, 33 and B8. RGB value is (139,51,184). Sum of RGB (Red+Green+Blue) = 139+51+184=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #8B33B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B33B8 is #74CC47. Grayscale: #5C5C5C. Windows color (decimal): -7654472 or 12071819. OLE color: 12071819.

HSL color Cylindrical-coordinate representation of color #8B33B8: hue angle of 279.7º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B33B8 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13951184-
CMYK0.240.7200.28
HSL279.7º56.6%46.08%-
HSV(B)279.7º72.28%72.16%-
XYZ20.4811.3246.45-
YUV92.47179.65161.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.17%
GREEN value IS 51 (20.31% from 255) = 13.64%
BLUE value IS 184 (72.27% from 255) = 49.20%
R=37.17%
G=13.64%
B=49.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal139511840.240.7200.28279.756.646.08
Hex8B33B8184801C118392e
Octal21363270301100344307156
Binary1000101111001110111000110001001000011100100011000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B33B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B33B8; }

 p { color: rgb(139,51,184); }

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

<style>
 a { background-color: #8B33B8; }

 a { background-color: rgb(139,51,184); }

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

<style>
 span { border-color: #8B33B8; }

 span { border-color: rgb(139,51,184); }

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