Html Css Color HEX #832ACB Blue Violet

📋 copy color: '#832ACB'

red 131 ◦ green 42 ◦ blue 203

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

Shades of Blue Violet #832ACB

Tints of Blue Violet #832ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.99%

R = 34.84%
G = 11.17%
B = 53.99%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#832ACB (or 0x832ACB) is known color: Blue Violet. HEX triplet: 83, 2A and CB. RGB value is (131,42,203). Sum of RGB (Red+Green+Blue) = 131+42+203=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #832ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832ACB is #7CD534. Grayscale: #565656. Windows color (decimal): -8181045 or 13314691. OLE color: 13314691.

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

Color convert

RGB 131 42 203 -
CMYK 0.35 0.79 0 0.20
HSL 273.17º 0.66% 0.48% -
HSV(B) 273.17º 0.79% 0.8% -
XYZ 20.97 10.79 57.48 -
YUV 86.97 193.49 159.41 -
System Red Green Blue C M Y K H S L
Decimal 131 42 203 0.35 0.79 0 0.20 273.17 0.66 0.48
Hex 83 2A CB 23 4F 0 14 111 42 30
Octal 203 52 313 43 117 0 24 421 102 60
Binary 10000011 101010 11001011 100011 1001111 0 10100 100010001 1000010 110000

Color Harmonies of #832ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832ACB

Black with #832ACB

Text Example


Text Example

White with #832ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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