Html Css Color HEX #832ACD Blue Violet

📋 copy color: '#832ACD'

red 131 ◦ green 42 ◦ blue 205

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

Shades of Blue Violet #832ACD

Tints of Blue Violet #832ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.23%

R = 34.66%
G = 11.11%
B = 54.23%

CMYK

 C value IS 0.36

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#832ACD (or 0x832ACD) is known color: Blue Violet. HEX triplet: 83, 2A and CD. RGB value is (131,42,205). Sum of RGB (Red+Green+Blue) = 131+42+205=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #832ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832ACD is #7CD532. Grayscale: #565656. Windows color (decimal): -8181043 or 13445763. OLE color: 13445763.

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

Color convert

RGB 131 42 205 -
CMYK 0.36 0.80 0 0.20
HSL 272.76º 0.66% 0.48% -
HSV(B) 272.76º 0.8% 0.8% -
XYZ 21.21 10.89 58.74 -
YUV 87.19 194.49 159.25 -
System Red Green Blue C M Y K H S L
Decimal 131 42 205 0.36 0.80 0 0.20 272.76 0.66 0.48
Hex 83 2A CD 24 50 0 14 111 42 30
Octal 203 52 315 44 120 0 24 421 102 60
Binary 10000011 101010 11001101 100100 1010000 0 10100 100010001 1000010 110000

Color Harmonies of #832ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832ACD

Black with #832ACD

Text Example


Text Example

White with #832ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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