Html Css Color HEX #8219BC Dark Orchid

📋 copy color: '#8219BC'

red 130 ◦ green 25 ◦ blue 188

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

Shades of Dark Orchid #8219BC

Tints of Dark Orchid #8219BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.81%

R = 37.9%
G = 7.29%
B = 54.81%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8219BC (or 0x8219BC) is known color: Dark Orchid. HEX triplet: 82, 19 and BC. RGB value is (130,25,188). Sum of RGB (Red+Green+Blue) = 130+25+188=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #8219BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8219BC is #7DE643. Grayscale: #4A4A4A. Windows color (decimal): -8250948 or 12327298. OLE color: 12327298.

HSL color Cylindrical-coordinate representation of color #8219BC: hue angle of 278.65º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8219BC is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 25 188 -
CMYK 0.31 0.87 0 0.26
HSL 278.65º 0.77% 0.42% -
HSV(B) 278.65º 0.87% 0.74% -
XYZ 18.63 9.07 48.35 -
YUV 74.98 191.79 167.25 -
System Red Green Blue C M Y K H S L
Decimal 130 25 188 0.31 0.87 0 0.26 278.65 0.77 0.42
Hex 82 19 BC 1F 57 0 1A 117 4D 2A
Octal 202 31 274 37 127 0 32 427 115 52
Binary 10000010 11001 10111100 11111 1010111 0 11010 100010111 1001101 101010

Color Harmonies of #8219BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8219BC

Black with #8219BC

Text Example


Text Example

White with #8219BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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