Html Css Color HEX #832ACE Blue Violet

📋 copy color: '#832ACE'

red 131 ◦ green 42 ◦ blue 206

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

Shades of Blue Violet #832ACE

Tints of Blue Violet #832ACE

RGB

 RED value IS 131 (51.56% from 255) = 34.56%

 GREEN value IS 42 (16.8% from 255) = 11.08%

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

R = 34.56%
G = 11.08%
B = 54.35%

CMYK

 C value IS 0.36

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#832ACE (or 0x832ACE) is known color: Blue Violet. HEX triplet: 83, 2A and CE. RGB value is (131,42,206). Sum of RGB (Red+Green+Blue) = 131+42+206=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #832ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832ACE is #7CD531. Grayscale: #565656. Windows color (decimal): -8181042 or 13511299. OLE color: 13511299.

HSL color Cylindrical-coordinate representation of color #832ACE: hue angle of 272.56º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #832ACE is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 42 206 -
CMYK 0.36 0.80 0 0.19
HSL 272.56º 0.66% 0.49% -
HSV(B) 272.56º 0.8% 0.81% -
XYZ 21.33 10.94 59.38 -
YUV 87.31 194.99 159.16 -
System Red Green Blue C M Y K H S L
Decimal 131 42 206 0.36 0.80 0 0.19 272.56 0.66 0.49
Hex 83 2A CE 24 50 0 13 111 42 31
Octal 203 52 316 44 120 0 23 421 102 61
Binary 10000011 101010 11001110 100100 1010000 0 10011 100010001 1000010 110001

Color Harmonies of #832ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832ACE

Black with #832ACE

Text Example


Text Example

White with #832ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832ACE; }

 p { color: rgb(131,42,206); }

 H1.HeaderClassName
 {
   color: #832ACE;
 }
 .AnyTagClassName
 {
   color: #832ACE;
 }
</style>

background-color css

<style>
 a { background-color: #832ACE; }

 a { background-color: rgb(131,42,206); }

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

border-color css

<style>
 span { border-color: #832ACE; }

 span { border-color: rgb(131,42,206); }

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