#8238B8

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

Shades of Dark Orchid #8238B8

Tints of Dark Orchid #8238B8

Color information

#8238B8 (or 0x8238B8) is unknown color: approx Dark Orchid. HEX triplet: 82, 38 and B8. RGB value is (130,56,184). Sum of RGB (Red+Green+Blue) = 130+56+184=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 184 - color contains mainly: blue. Hex color #8238B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8238B8 is #7DC747. Grayscale: #5C5C5C. Windows color (decimal): -8243016 or 12073090. OLE color: 12073090.

HSL color Cylindrical-coordinate representation of color #8238B8: hue angle of 274.69º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8238B8 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13056184-
CMYK0.290.7000.28
HSL274.69º53.33%47.06%-
HSV(B)274.69º69.57%72.16%-
XYZ19.2711.0346.46-
YUV92.72179.52154.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 56 (22.27% from 255) = 15.14%
BLUE value IS 184 (72.27% from 255) = 49.73%
R=35.14%
G=15.14%
B=49.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130561840.290.7000.28274.6953.3347.06
Hex8238B81D4601C113352f
Octal20270270351060344236557
Binary1000001011100010111000111011000110011100100010011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8238B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8238B8; }

 p { color: rgb(130,56,184); }

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

<style>
 a { background-color: #8238B8; }

 a { background-color: rgb(130,56,184); }

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

<style>
 span { border-color: #8238B8; }

 span { border-color: rgb(130,56,184); }

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