Html Css Color HEX #830C8B Dark Magenta

📋 copy color: '#830C8B'

red 131 ◦ green 12 ◦ blue 139

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

Shades of Dark Magenta #830C8B

Tints of Dark Magenta #830C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 49.29%

R = 46.45%
G = 4.26%
B = 49.29%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#830C8B (or 0x830C8B) is known color: Dark Magenta. HEX triplet: 83, 0C and 8B. RGB value is (131,12,139). Sum of RGB (Red+Green+Blue) = 131+12+139=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #830C8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830C8B is #7CF374. Grayscale: #3D3D3D. Windows color (decimal): -8188789 or 9112707. OLE color: 9112707.

HSL color Cylindrical-coordinate representation of color #830C8B: hue angle of 296.22º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #830C8B is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 12 139 -
CMYK 0.06 0.91 0 0.45
HSL 296.22º 0.84% 0.3% -
HSV(B) 296.22º 0.91% 0.55% -
XYZ 14.15 6.95 25.02 -
YUV 62.06 171.42 177.17 -
System Red Green Blue C M Y K H S L
Decimal 131 12 139 0.06 0.91 0 0.45 296.22 0.84 0.3
Hex 83 C 8B 6 5B 0 2D 128 54 1E
Octal 203 14 213 6 133 0 55 450 124 36
Binary 10000011 1100 10001011 110 1011011 0 101101 100101000 1010100 11110

Color Harmonies of #830C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830C8B

Black with #830C8B

Text Example


Text Example

White with #830C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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