Html Css Color HEX #830BAB Dark Magenta

📋 copy color: '#830BAB'

red 131 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #830BAB

Tints of Dark Magenta #830BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.63%

R = 41.85%
G = 3.51%
B = 54.63%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#830BAB (or 0x830BAB) is known color: Dark Magenta. HEX triplet: 83, 0B and AB. RGB value is (131,11,171). Sum of RGB (Red+Green+Blue) = 131+11+171=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #830BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830BAB is #7CF454. Grayscale: #404040. Windows color (decimal): -8189013 or 11209603. OLE color: 11209603.

HSL color Cylindrical-coordinate representation of color #830BAB: hue angle of 285º 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 #830BAB is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 11 171 -
CMYK 0.23 0.94 0 0.33
HSL 285º 0.88% 0.36% -
HSV(B) 285º 0.94% 0.67% -
XYZ 16.83 8 39.19 -
YUV 65.12 187.76 174.99 -
System Red Green Blue C M Y K H S L
Decimal 131 11 171 0.23 0.94 0 0.33 285 0.88 0.36
Hex 83 B AB 17 5E 0 21 11D 58 24
Octal 203 13 253 27 136 0 41 435 130 44
Binary 10000011 1011 10101011 10111 1011110 0 100001 100011101 1011000 100100

Color Harmonies of #830BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BAB

Black with #830BAB

Text Example


Text Example

White with #830BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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