Html Css Color HEX #930BAB Dark Magenta

📋 copy color: '#930BAB'

red 147 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #930BAB

Tints of Dark Magenta #930BAB

RGB

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

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

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

R = 44.68%
G = 3.34%
B = 51.98%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#930BAB (or 0x930BAB) is known color: Dark Magenta. HEX triplet: 93, 0B and AB. RGB value is (147,11,171). Sum of RGB (Red+Green+Blue) = 147+11+171=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #930BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930BAB is #6CF454. Grayscale: #454545. Windows color (decimal): -7140437 or 11209619. OLE color: 11209619.

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

Color convert

RGB 147 11 171 -
CMYK 0.14 0.94 0 0.33
HSL 291º 0.88% 0.36% -
HSV(B) 291º 0.94% 0.67% -
XYZ 19.5 9.38 39.31 -
YUV 69.9 185.06 182.99 -
System Red Green Blue C M Y K H S L
Decimal 147 11 171 0.14 0.94 0 0.33 291 0.88 0.36
Hex 93 B AB E 5E 0 21 123 58 24
Octal 223 13 253 16 136 0 41 443 130 44
Binary 10010011 1011 10101011 1110 1011110 0 100001 100100011 1011000 100100

Color Harmonies of #930BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930BAB

Black with #930BAB

Text Example


Text Example

White with #930BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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