Html Css Color HEX #830BAD Dark Magenta

📋 copy color: '#830BAD'

red 131 ◦ green 11 ◦ blue 173

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

Shades of Dark Magenta #830BAD

Tints of Dark Magenta #830BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.92%

R = 41.59%
G = 3.49%
B = 54.92%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#830BAD (or 0x830BAD) is known color: Dark Magenta. HEX triplet: 83, 0B and AD. RGB value is (131,11,173). Sum of RGB (Red+Green+Blue) = 131+11+173=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #830BAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830BAD is #7CF452. Grayscale: #404040. Windows color (decimal): -8189011 or 11340675. OLE color: 11340675.

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

Color convert

RGB 131 11 173 -
CMYK 0.24 0.94 0 0.32
HSL 284.44º 0.88% 0.36% -
HSV(B) 284.44º 0.94% 0.68% -
XYZ 17.02 8.08 40.2 -
YUV 65.35 188.76 174.83 -
System Red Green Blue C M Y K H S L
Decimal 131 11 173 0.24 0.94 0 0.32 284.44 0.88 0.36
Hex 83 B AD 18 5E 0 20 11C 58 24
Octal 203 13 255 30 136 0 40 434 130 44
Binary 10000011 1011 10101101 11000 1011110 0 100000 100011100 1011000 100100

Color Harmonies of #830BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BAD

Black with #830BAD

Text Example


Text Example

White with #830BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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