Html Css Color HEX #8427CE Blue Violet

📋 copy color: '#8427CE'

red 132 ◦ green 39 ◦ blue 206

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

Shades of Blue Violet #8427CE

Tints of Blue Violet #8427CE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.34%

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

R = 35.01%
G = 10.34%
B = 54.64%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8427CE (or 0x8427CE) is known color: Blue Violet. HEX triplet: 84, 27 and CE. RGB value is (132,39,206). Sum of RGB (Red+Green+Blue) = 132+39+206=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #8427CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8427CE is #7BD831. Grayscale: #555555. Windows color (decimal): -8116274 or 13510532. OLE color: 13510532.

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

Color convert

RGB 132 39 206 -
CMYK 0.36 0.81 0 0.19
HSL 273.41º 0.68% 0.48% -
HSV(B) 273.41º 0.81% 0.81% -
XYZ 21.38 10.81 59.35 -
YUV 85.85 195.81 160.92 -
System Red Green Blue C M Y K H S L
Decimal 132 39 206 0.36 0.81 0 0.19 273.41 0.68 0.48
Hex 84 27 CE 24 51 0 13 111 44 30
Octal 204 47 316 44 121 0 23 421 104 60
Binary 10000100 100111 11001110 100100 1010001 0 10011 100010001 1000100 110000

Color Harmonies of #8427CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8427CE

Black with #8427CE

Text Example


Text Example

White with #8427CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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