Html Css Color HEX #830CAB Dark Magenta

📋 copy color: '#830CAB'

red 131 ◦ green 12 ◦ blue 171

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

Shades of Dark Magenta #830CAB

Tints of Dark Magenta #830CAB

RGB

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

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

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

R = 41.72%
G = 3.82%
B = 54.46%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#830CAB (or 0x830CAB) is known color: Dark Magenta. HEX triplet: 83, 0C and AB. RGB value is (131,12,171). Sum of RGB (Red+Green+Blue) = 131+12+171=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #830CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830CAB is #7CF354. Grayscale: #414141. Windows color (decimal): -8188757 or 11209859. OLE color: 11209859.

HSL color Cylindrical-coordinate representation of color #830CAB: hue angle of 284.91º 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 #830CAB is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 12 171 -
CMYK 0.23 0.93 0 0.33
HSL 284.91º 0.87% 0.36% -
HSV(B) 284.91º 0.93% 0.67% -
XYZ 16.84 8.03 39.19 -
YUV 65.71 187.42 174.57 -
System Red Green Blue C M Y K H S L
Decimal 131 12 171 0.23 0.93 0 0.33 284.91 0.87 0.36
Hex 83 C AB 17 5D 0 21 11D 57 24
Octal 203 14 253 27 135 0 41 435 127 44
Binary 10000011 1100 10101011 10111 1011101 0 100001 100011101 1010111 100100

Color Harmonies of #830CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830CAB

Black with #830CAB

Text Example


Text Example

White with #830CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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