Html Css Color HEX #830C8A Dark Magenta

📋 copy color: '#830C8A'

red 131 ◦ green 12 ◦ blue 138

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

Shades of Dark Magenta #830C8A

Tints of Dark Magenta #830C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 49.11%

R = 46.62%
G = 4.27%
B = 49.11%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#830C8A (or 0x830C8A) is known color: Dark Magenta. HEX triplet: 83, 0C and 8A. RGB value is (131,12,138). Sum of RGB (Red+Green+Blue) = 131+12+138=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #830C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830C8A is #7CF375. Grayscale: #3D3D3D. Windows color (decimal): -8188790 or 9047171. OLE color: 9047171.

HSL color Cylindrical-coordinate representation of color #830C8A: hue angle of 296.67º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #830C8A is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 12 138 -
CMYK 0.05 0.91 0 0.46
HSL 296.67º 0.84% 0.29% -
HSV(B) 296.67º 0.91% 0.54% -
XYZ 14.08 6.92 24.64 -
YUV 61.95 170.92 177.25 -
System Red Green Blue C M Y K H S L
Decimal 131 12 138 0.05 0.91 0 0.46 296.67 0.84 0.29
Hex 83 C 8A 5 5B 0 2E 129 54 1D
Octal 203 14 212 5 133 0 56 451 124 35
Binary 10000011 1100 10001010 101 1011011 0 101110 100101001 1010100 11101

Color Harmonies of #830C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830C8A

Black with #830C8A

Text Example


Text Example

White with #830C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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