Html Css Color HEX #8426CE Blue Violet

📋 copy color: '#8426CE'

red 132 ◦ green 38 ◦ blue 206

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

Shades of Blue Violet #8426CE

Tints of Blue Violet #8426CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 35.11%
G = 10.11%
B = 54.79%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8426CE (or 0x8426CE) is known color: Blue Violet. HEX triplet: 84, 26 and CE. RGB value is (132,38,206). Sum of RGB (Red+Green+Blue) = 132+38+206=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #8426CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8426CE is #7BD931. Grayscale: #545454. Windows color (decimal): -8116530 or 13510276. OLE color: 13510276.

HSL color Cylindrical-coordinate representation of color #8426CE: hue angle of 273.57º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8426CE is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 38 206 -
CMYK 0.36 0.82 0 0.19
HSL 273.57º 0.69% 0.48% -
HSV(B) 273.57º 0.82% 0.81% -
XYZ 21.35 10.75 59.34 -
YUV 85.26 196.14 161.34 -
System Red Green Blue C M Y K H S L
Decimal 132 38 206 0.36 0.82 0 0.19 273.57 0.69 0.48
Hex 84 26 CE 24 52 0 13 112 45 30
Octal 204 46 316 44 122 0 23 422 105 60
Binary 10000100 100110 11001110 100100 1010010 0 10011 100010010 1000101 110000

Color Harmonies of #8426CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8426CE

Black with #8426CE

Text Example


Text Example

White with #8426CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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