Html Css Color HEX #910683 Dark Magenta

📋 copy color: '#910683'

red 145 ◦ green 6 ◦ blue 131

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

Shades of Dark Magenta #910683

Tints of Dark Magenta #910683

RGB

 RED value IS 145 (57.03% from 255) = 51.42%

 GREEN value IS 6 (2.73% from 255) = 2.13%

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

R = 51.42%
G = 2.13%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#910683 (or 0x910683) is known color: Dark Magenta. HEX triplet: 91, 06 and 83. RGB value is (145,6,131). Sum of RGB (Red+Green+Blue) = 145+6+131=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #910683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910683 is #6EF97C. Grayscale: #3D3D3D. Windows color (decimal): -7272829 or 8586897. OLE color: 8586897.

HSL color Cylindrical-coordinate representation of color #910683: hue angle of 306.04º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #910683 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 6 131 -
CMYK 0 0.96 0.10 0.43
HSL 306.04º 0.92% 0.3% -
HSV(B) 306.04º 0.96% 0.57% -
XYZ 15.84 7.79 22.14 -
YUV 61.81 167.05 187.34 -
System Red Green Blue C M Y K H S L
Decimal 145 6 131 0 0.96 0.10 0.43 306.04 0.92 0.3
Hex 91 6 83 0 60 A 2B 132 5C 1E
Octal 221 6 203 0 140 12 53 462 134 36
Binary 10010001 110 10000011 0 1100000 1010 101011 100110010 1011100 11110

Color Harmonies of #910683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910683

Black with #910683

Text Example


Text Example

White with #910683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910683; }

 p { color: rgb(145,6,131); }

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

background-color css

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

 a { background-color: rgb(145,6,131); }

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

border-color css

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

 span { border-color: rgb(145,6,131); }

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