Html Css Color HEX #832CDA Blue Violet

📋 copy color: '#832CDA'

red 131 ◦ green 44 ◦ blue 218

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

Shades of Blue Violet #832CDA

Tints of Blue Violet #832CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.2%

 BLUE value IS 218 (85.55% from 255) = 55.47%

R = 33.33%
G = 11.2%
B = 55.47%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#832CDA (or 0x832CDA) is known color: Blue Violet. HEX triplet: 83, 2C and DA. RGB value is (131,44,218). Sum of RGB (Red+Green+Blue) = 131+44+218=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #832CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832CDA is #7CD325. Grayscale: #595959. Windows color (decimal): -8180518 or 14298243. OLE color: 14298243.

HSL color Cylindrical-coordinate representation of color #832CDA: hue angle of 270º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #832CDA is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 44 218 -
CMYK 0.40 0.80 0 0.15
HSL 270º 0.7% 0.51% -
HSV(B) 270º 0.8% 0.85% -
XYZ 22.92 11.69 67.38 -
YUV 89.85 200.32 157.35 -
System Red Green Blue C M Y K H S L
Decimal 131 44 218 0.40 0.80 0 0.15 270 0.7 0.51
Hex 83 2C DA 28 50 0 F 10E 46 33
Octal 203 54 332 50 120 0 17 416 106 63
Binary 10000011 101100 11011010 101000 1010000 0 1111 100001110 1000110 110011

Color Harmonies of #832CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832CDA

Black with #832CDA

Text Example


Text Example

White with #832CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,44,218); }

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

background-color css

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

 a { background-color: rgb(131,44,218); }

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

border-color css

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

 span { border-color: rgb(131,44,218); }

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