Html Css Color HEX #830FAB Dark Magenta

📋 copy color: '#830FAB'

red 131 ◦ green 15 ◦ blue 171

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

Shades of Dark Magenta #830FAB

Tints of Dark Magenta #830FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.73%

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

R = 41.32%
G = 4.73%
B = 53.94%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#830FAB (or 0x830FAB) is known color: Dark Magenta. HEX triplet: 83, 0F and AB. RGB value is (131,15,171). Sum of RGB (Red+Green+Blue) = 131+15+171=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #830FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830FAB is #7CF054. Grayscale: #424242. Windows color (decimal): -8187989 or 11210627. OLE color: 11210627.

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

Color convert

RGB 131 15 171 -
CMYK 0.23 0.91 0 0.33
HSL 284.62º 0.84% 0.36% -
HSV(B) 284.62º 0.91% 0.67% -
XYZ 16.88 8.11 39.2 -
YUV 67.47 186.43 173.32 -
System Red Green Blue C M Y K H S L
Decimal 131 15 171 0.23 0.91 0 0.33 284.62 0.84 0.36
Hex 83 F AB 17 5B 0 21 11D 54 24
Octal 203 17 253 27 133 0 41 435 124 44
Binary 10000011 1111 10101011 10111 1011011 0 100001 100011101 1010100 100100

Color Harmonies of #830FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FAB

Black with #830FAB

Text Example


Text Example

White with #830FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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