Html Css Color HEX #8426DB Blue Violet

📋 copy color: '#8426DB'

red 132 ◦ green 38 ◦ blue 219

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

Shades of Blue Violet #8426DB

Tints of Blue Violet #8426DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.77%

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

R = 33.93%
G = 9.77%
B = 56.3%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8426DB (or 0x8426DB) is known color: Blue Violet. HEX triplet: 84, 26 and DB. RGB value is (132,38,219). Sum of RGB (Red+Green+Blue) = 132+38+219=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #8426DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8426DB is #7BD924. Grayscale: #565656. Windows color (decimal): -8116517 or 14362244. OLE color: 14362244.

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

Color convert

RGB 132 38 219 -
CMYK 0.40 0.83 0 0.14
HSL 271.16º 0.72% 0.5% -
HSV(B) 271.16º 0.83% 0.86% -
XYZ 23 11.41 68.01 -
YUV 86.74 202.64 160.28 -
System Red Green Blue C M Y K H S L
Decimal 132 38 219 0.40 0.83 0 0.14 271.16 0.72 0.5
Hex 84 26 DB 28 53 0 E 10F 48 32
Octal 204 46 333 50 123 0 16 417 110 62
Binary 10000100 100110 11011011 101000 1010011 0 1110 100001111 1001000 110010

Color Harmonies of #8426DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8426DB

Black with #8426DB

Text Example


Text Example

White with #8426DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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