Html Css Color HEX #920CAB Dark Magenta

📋 copy color: '#920CAB'

red 146 ◦ green 12 ◦ blue 171

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

Shades of Dark Magenta #920CAB

Tints of Dark Magenta #920CAB

RGB

 RED value IS 146 (57.42% from 255) = 44.38%

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

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

R = 44.38%
G = 3.65%
B = 51.98%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#920CAB (or 0x920CAB) is known color: Dark Magenta. HEX triplet: 92, 0C and AB. RGB value is (146,12,171). Sum of RGB (Red+Green+Blue) = 146+12+171=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 12 (5.08% from 255 or 3.65% 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 #920CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920CAB is #6DF354. Grayscale: #454545. Windows color (decimal): -7205717 or 11209874. OLE color: 11209874.

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

Color convert

RGB 146 12 171 -
CMYK 0.15 0.93 0 0.33
HSL 290.57º 0.87% 0.36% -
HSV(B) 290.57º 0.93% 0.67% -
XYZ 19.34 9.31 39.31 -
YUV 70.19 184.89 182.07 -
System Red Green Blue C M Y K H S L
Decimal 146 12 171 0.15 0.93 0 0.33 290.57 0.87 0.36
Hex 92 C AB F 5D 0 21 123 57 24
Octal 222 14 253 17 135 0 41 443 127 44
Binary 10010010 1100 10101011 1111 1011101 0 100001 100100011 1010111 100100

Color Harmonies of #920CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920CAB

Black with #920CAB

Text Example


Text Example

White with #920CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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