Html Css Color HEX #830F9B Dark Magenta

📋 copy color: '#830F9B'

red 131 ◦ green 15 ◦ blue 155

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

Shades of Dark Magenta #830F9B

Tints of Dark Magenta #830F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.5%

R = 43.52%
G = 4.98%
B = 51.5%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#830F9B (or 0x830F9B) is known color: Dark Magenta. HEX triplet: 83, 0F and 9B. RGB value is (131,15,155). Sum of RGB (Red+Green+Blue) = 131+15+155=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #830F9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830F9B is #7CF064. Grayscale: #414141. Windows color (decimal): -8188005 or 10162051. OLE color: 10162051.

HSL color Cylindrical-coordinate representation of color #830F9B: hue angle of 289.71º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #830F9B is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 15 155 -
CMYK 0.15 0.90 0 0.39
HSL 289.71º 0.82% 0.33% -
HSV(B) 289.71º 0.9% 0.61% -
XYZ 15.45 7.53 31.65 -
YUV 65.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 131 15 155 0.15 0.90 0 0.39 289.71 0.82 0.33
Hex 83 F 9B F 5A 0 27 122 52 21
Octal 203 17 233 17 132 0 47 442 122 41
Binary 10000011 1111 10011011 1111 1011010 0 100111 100100010 1010010 100001

Color Harmonies of #830F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830F9B

Black with #830F9B

Text Example


Text Example

White with #830F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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