#8223BF

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

Shades of Dark Orchid #8223BF

Tints of Dark Orchid #8223BF

Color information

#8223BF (or 0x8223BF) is unknown color: approx Dark Orchid. HEX triplet: 82, 23 and BF. RGB value is (130,35,191). Sum of RGB (Red+Green+Blue) = 130+35+191=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #8223BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8223BF is #7DDC40. Grayscale: #505050. Windows color (decimal): -8248385 or 12526466. OLE color: 12526466.

HSL color Cylindrical-coordinate representation of color #8223BF: hue angle of 276.54º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8223BF is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13035191-
CMYK0.320.8200.25
HSL276.54º69.03%44.31%-
HSV(B)276.54º81.68%74.9%-
XYZ19.219.7150.15-
YUV81.19189.97162.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 35 (14.06% from 255) = 9.83%
BLUE value IS 191 (75% from 255) = 53.65%
R=36.52%
G=9.83%
B=53.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130351910.320.8200.25276.5469.0344.31
Hex8223BF2052019115452c
Octal202432774012203142510554
Binary100000101000111011111110000010100100110011000101011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8223BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8223BF; }

 p { color: rgb(130,35,191); }

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

<style>
 a { background-color: #8223BF; }

 a { background-color: rgb(130,35,191); }

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

<style>
 span { border-color: #8223BF; }

 span { border-color: rgb(130,35,191); }

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