Html Css Color HEX #830CAC Dark Magenta

📋 copy color: '#830CAC'

red 131 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #830CAC

Tints of Dark Magenta #830CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.81%

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

R = 41.59%
G = 3.81%
B = 54.6%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#830CAC (or 0x830CAC) is known color: Dark Magenta. HEX triplet: 83, 0C and AC. RGB value is (131,12,172). Sum of RGB (Red+Green+Blue) = 131+12+172=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #830CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830CAC is #7CF353. Grayscale: #414141. Windows color (decimal): -8188756 or 11275395. OLE color: 11275395.

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

Color convert

RGB 131 12 172 -
CMYK 0.24 0.93 0 0.33
HSL 284.63º 0.87% 0.36% -
HSV(B) 284.63º 0.93% 0.67% -
XYZ 16.94 8.07 39.69 -
YUV 65.82 187.92 174.49 -
System Red Green Blue C M Y K H S L
Decimal 131 12 172 0.24 0.93 0 0.33 284.63 0.87 0.36
Hex 83 C AC 18 5D 0 21 11D 57 24
Octal 203 14 254 30 135 0 41 435 127 44
Binary 10000011 1100 10101100 11000 1011101 0 100001 100011101 1010111 100100

Color Harmonies of #830CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830CAC

Black with #830CAC

Text Example


Text Example

White with #830CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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