Html Css Color HEX #930BAE Dark Magenta

📋 copy color: '#930BAE'

red 147 ◦ green 11 ◦ blue 174

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

Shades of Dark Magenta #930BAE

Tints of Dark Magenta #930BAE

RGB

 RED value IS 147 (57.81% from 255) = 44.28%

 GREEN value IS 11 (4.69% from 255) = 3.31%

 BLUE value IS 174 (68.36% from 255) = 52.41%

R = 44.28%
G = 3.31%
B = 52.41%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#930BAE (or 0x930BAE) is known color: Dark Magenta. HEX triplet: 93, 0B and AE. RGB value is (147,11,174). Sum of RGB (Red+Green+Blue) = 147+11+174=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #930BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930BAE is #6CF451. Grayscale: #454545. Windows color (decimal): -7140434 or 11406227. OLE color: 11406227.

HSL color Cylindrical-coordinate representation of color #930BAE: hue angle of 290.06º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930BAE is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 11 174 -
CMYK 0.16 0.94 0 0.32
HSL 290.06º 0.88% 0.36% -
HSV(B) 290.06º 0.94% 0.68% -
XYZ 19.79 9.5 40.83 -
YUV 70.25 186.56 182.75 -
System Red Green Blue C M Y K H S L
Decimal 147 11 174 0.16 0.94 0 0.32 290.06 0.88 0.36
Hex 93 B AE 10 5E 0 20 122 58 24
Octal 223 13 256 20 136 0 40 442 130 44
Binary 10010011 1011 10101110 10000 1011110 0 100000 100100010 1011000 100100

Color Harmonies of #930BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930BAE

Black with #930BAE

Text Example


Text Example

White with #930BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930BAE; }

 p { color: rgb(147,11,174); }

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

background-color css

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

 a { background-color: rgb(147,11,174); }

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

border-color css

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

 span { border-color: rgb(147,11,174); }

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