Html Css Color HEX #8219BA Dark Orchid

📋 copy color: '#8219BA'

red 130 ◦ green 25 ◦ blue 186

#8219BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8219BA

Tints of Dark Orchid #8219BA

RGB

 RED value IS 130 (51.17% from 255) = 38.12%

 GREEN value IS 25 (10.16% from 255) = 7.33%

 BLUE value IS 186 (73.05% from 255) = 54.55%

R = 38.12%
G = 7.33%
B = 54.55%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8219BA (or 0x8219BA) is known color: Dark Orchid. HEX triplet: 82, 19 and BA. RGB value is (130,25,186). Sum of RGB (Red+Green+Blue) = 130+25+186=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #8219BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8219BA is #7DE645. Grayscale: #4A4A4A. Windows color (decimal): -8250950 or 12196226. OLE color: 12196226.

HSL color Cylindrical-coordinate representation of color #8219BA: hue angle of 279.13º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8219BA is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 25 186 -
CMYK 0.30 0.87 0 0.27
HSL 279.13º 0.76% 0.41% -
HSV(B) 279.13º 0.87% 0.73% -
XYZ 18.42 8.99 47.22 -
YUV 74.75 190.79 167.41 -
System Red Green Blue C M Y K H S L
Decimal 130 25 186 0.30 0.87 0 0.27 279.13 0.76 0.41
Hex 82 19 BA 1E 57 0 1B 117 4C 29
Octal 202 31 272 36 127 0 33 427 114 51
Binary 10000010 11001 10111010 11110 1010111 0 11011 100010111 1001100 101001

Color Harmonies of #8219BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8219BA

Black with #8219BA

Text Example


Text Example

White with #8219BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8219BA; }

 p { color: rgb(130,25,186); }

 H1.HeaderClassName
 {
   color: #8219BA;
 }
 .AnyTagClassName
 {
   color: #8219BA;
 }
</style>

background-color css

<style>
 a { background-color: #8219BA; }

 a { background-color: rgb(130,25,186); }

 div.DivClassName
 {
   background-color: #8219BA;
 }
 .BgClassName
 {
   background-color: #8219BA;
 }
</style>

border-color css

<style>
 span { border-color: #8219BA; }

 span { border-color: rgb(130,25,186); }

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