Html Css Color HEX #830BAC Dark Magenta

📋 copy color: '#830BAC'

red 131 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #830BAC

Tints of Dark Magenta #830BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.5%

 BLUE value IS 172 (67.58% from 255) = 54.78%

R = 41.72%
G = 3.5%
B = 54.78%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#830BAC (or 0x830BAC) is known color: Dark Magenta. HEX triplet: 83, 0B and AC. RGB value is (131,11,172). Sum of RGB (Red+Green+Blue) = 131+11+172=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #830BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830BAC is #7CF453. Grayscale: #404040. Windows color (decimal): -8189012 or 11275139. OLE color: 11275139.

HSL color Cylindrical-coordinate representation of color #830BAC: hue angle of 284.72º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830BAC is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 11 172 -
CMYK 0.24 0.94 0 0.33
HSL 284.72º 0.88% 0.36% -
HSV(B) 284.72º 0.94% 0.67% -
XYZ 16.93 8.04 39.69 -
YUV 65.23 188.26 174.91 -
System Red Green Blue C M Y K H S L
Decimal 131 11 172 0.24 0.94 0 0.33 284.72 0.88 0.36
Hex 83 B AC 18 5E 0 21 11D 58 24
Octal 203 13 254 30 136 0 41 435 130 44
Binary 10000011 1011 10101100 11000 1011110 0 100001 100011101 1011000 100100

Color Harmonies of #830BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BAC

Black with #830BAC

Text Example


Text Example

White with #830BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830BAC; }

 p { color: rgb(131,11,172); }

 H1.HeaderClassName
 {
   color: #830BAC;
 }
 .AnyTagClassName
 {
   color: #830BAC;
 }
</style>

background-color css

<style>
 a { background-color: #830BAC; }

 a { background-color: rgb(131,11,172); }

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

border-color css

<style>
 span { border-color: #830BAC; }

 span { border-color: rgb(131,11,172); }

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