Html Css Color HEX #8218BA Dark Orchid

📋 copy color: '#8218BA'

red 130 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #8218BA

Tints of Dark Orchid #8218BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

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

R = 38.24%
G = 7.06%
B = 54.71%

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

#8218BA (or 0x8218BA) is known color: Dark Orchid. HEX triplet: 82, 18 and BA. RGB value is (130,24,186). Sum of RGB (Red+Green+Blue) = 130+24+186=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #8218BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8218BA is #7DE745. Grayscale: #494949. Windows color (decimal): -8251206 or 12195970. OLE color: 12195970.

HSL color Cylindrical-coordinate representation of color #8218BA: hue angle of 279.26º degrees, saturation: 0.77, 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 #8218BA is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 24 186 -
CMYK 0.30 0.87 0 0.27
HSL 279.26º 0.77% 0.41% -
HSV(B) 279.26º 0.87% 0.73% -
XYZ 18.4 8.94 47.21 -
YUV 74.16 191.12 167.83 -
System Red Green Blue C M Y K H S L
Decimal 130 24 186 0.30 0.87 0 0.27 279.26 0.77 0.41
Hex 82 18 BA 1E 57 0 1B 117 4D 29
Octal 202 30 272 36 127 0 33 427 115 51
Binary 10000010 11000 10111010 11110 1010111 0 11011 100010111 1001101 101001

Color Harmonies of #8218BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8218BA

Black with #8218BA

Text Example


Text Example

White with #8218BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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