#8230b1

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

Shades of Dark Orchid #8230B1

Tints of Dark Orchid #8230B1

Color information

#8230B1 (or 0x8230B1) is unknown color: approx Dark Orchid. HEX triplet: 82, 30 and B1. RGB value is (130,48,177). Sum of RGB (Red+Green+Blue) = 130+48+177=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #8230B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8230B1 is #7DCF4E. Grayscale: #565656. Windows color (decimal): -8245071 or 11612290. OLE color: 11612290.

HSL color Cylindrical-coordinate representation of color #8230B1: hue angle of 278.14º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8230B1 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13048177-
CMYK0.270.7300.31
HSL278.14º57.33%44.12%-
HSV(B)278.14º72.88%69.41%-
XYZ18.210.0342.57-
YUV87.22178.67158.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 48 (19.14% from 255) = 13.52%
BLUE value IS 177 (69.53% from 255) = 49.86%
R=36.62%
G=13.52%
B=49.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130481770.270.7300.31278.1457.3344.12
Hex8230B11B4901F116392c
Octal20260261331110374267154
Binary1000001011000010110001110111001001011111100010110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8230b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8230b1; }

 p { color: rgb(130,48,177); }

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

<style>
 a { background-color: #8230b1; }

 a { background-color: rgb(130,48,177); }

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

<style>
 span { border-color: #8230b1; }

 span { border-color: rgb(130,48,177); }

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