Html Css Color HEX #8206DD Dark Violet

📋 copy color: '#8206DD'

red 130 ◦ green 6 ◦ blue 221

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

Shades of Dark Violet #8206DD

Tints of Dark Violet #8206DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

 BLUE value IS 221 (86.72% from 255) = 61.9%

R = 36.41%
G = 1.68%
B = 61.9%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8206DD (or 0x8206DD) is known color: Dark Violet. HEX triplet: 82, 06 and DD. RGB value is (130,6,221). Sum of RGB (Red+Green+Blue) = 130+6+221=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #8206DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8206DD is #7DF922. Grayscale: #424242. Windows color (decimal): -8255779 or 14485122. OLE color: 14485122.

HSL color Cylindrical-coordinate representation of color #8206DD: hue angle of 274.6º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8206DD is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 6 221 -
CMYK 0.41 0.97 0 0.13
HSL 274.6º 0.95% 0.45% -
HSV(B) 274.6º 0.97% 0.87% -
XYZ 22.32 10.1 69.18 -
YUV 67.59 214.58 172.52 -
System Red Green Blue C M Y K H S L
Decimal 130 6 221 0.41 0.97 0 0.13 274.6 0.95 0.45
Hex 82 6 DD 29 61 0 D 113 5F 2D
Octal 202 6 335 51 141 0 15 423 137 55
Binary 10000010 110 11011101 101001 1100001 0 1101 100010011 1011111 101101

Color Harmonies of #8206DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8206DD

Black with #8206DD

Text Example


Text Example

White with #8206DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8206DD; }

 p { color: rgb(130,6,221); }

 H1.HeaderClassName
 {
   color: #8206DD;
 }
 .AnyTagClassName
 {
   color: #8206DD;
 }
</style>

background-color css

<style>
 a { background-color: #8206DD; }

 a { background-color: rgb(130,6,221); }

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

border-color css

<style>
 span { border-color: #8206DD; }

 span { border-color: rgb(130,6,221); }

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