Html Css Color HEX #8406DB Dark Violet

📋 copy color: '#8406DB'

red 132 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #8406DB

Tints of Dark Violet #8406DB

RGB

 RED value IS 132 (51.95% from 255) = 36.97%

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

 BLUE value IS 219 (85.94% from 255) = 61.34%

R = 36.97%
G = 1.68%
B = 61.34%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8406DB (or 0x8406DB) is known color: Dark Violet. HEX triplet: 84, 06 and DB. RGB value is (132,6,219). Sum of RGB (Red+Green+Blue) = 132+6+219=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #8406DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8406DB is #7BF924. Grayscale: #434343. Windows color (decimal): -8124709 or 14354052. OLE color: 14354052.

HSL color Cylindrical-coordinate representation of color #8406DB: hue angle of 275.49º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8406DB is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 6 219 -
CMYK 0.40 0.97 0 0.14
HSL 275.49º 0.95% 0.44% -
HSV(B) 275.49º 0.97% 0.86% -
XYZ 22.37 10.15 67.8 -
YUV 67.96 213.24 173.68 -
System Red Green Blue C M Y K H S L
Decimal 132 6 219 0.40 0.97 0 0.14 275.49 0.95 0.44
Hex 84 6 DB 28 61 0 E 113 5F 2C
Octal 204 6 333 50 141 0 16 423 137 54
Binary 10000100 110 11011011 101000 1100001 0 1110 100010011 1011111 101100

Color Harmonies of #8406DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8406DB

Black with #8406DB

Text Example


Text Example

White with #8406DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8406DB; }

 p { color: rgb(132,6,219); }

 H1.HeaderClassName
 {
   color: #8406DB;
 }
 .AnyTagClassName
 {
   color: #8406DB;
 }
</style>

background-color css

<style>
 a { background-color: #8406DB; }

 a { background-color: rgb(132,6,219); }

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

border-color css

<style>
 span { border-color: #8406DB; }

 span { border-color: rgb(132,6,219); }

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