Html Css Color HEX #9A068D Dark Magenta

📋 copy color: '#9A068D'

red 154 ◦ green 6 ◦ blue 141

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

Shades of Dark Magenta #9A068D

Tints of Dark Magenta #9A068D

RGB

 RED value IS 154 (60.55% from 255) = 51.16%

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

 BLUE value IS 141 (55.47% from 255) = 46.84%

R = 51.16%
G = 1.99%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A068D (or 0x9A068D) is known color: Dark Magenta. HEX triplet: 9A, 06 and 8D. RGB value is (154,6,141). Sum of RGB (Red+Green+Blue) = 154+6+141=301 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.16% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 154 - color contains mainly: red. Hex color #9A068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A068D is #65F972. Grayscale: #414141. Windows color (decimal): -6682995 or 9242266. OLE color: 9242266.

HSL color Cylindrical-coordinate representation of color #9A068D: hue angle of 305.27º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A068D is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 6 141 -
CMYK 0 0.96 0.08 0.40
HSL 305.27º 0.93% 0.31% -
HSV(B) 305.27º 0.96% 0.6% -
XYZ 18.2 8.92 25.96 -
YUV 65.64 170.53 191.02 -
System Red Green Blue C M Y K H S L
Decimal 154 6 141 0 0.96 0.08 0.40 305.27 0.93 0.31
Hex 9A 6 8D 0 60 8 28 131 5C 1F
Octal 232 6 215 0 140 10 50 461 134 37
Binary 10011010 110 10001101 0 1100000 1000 101000 100110001 1011100 11111

Color Harmonies of #9A068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A068D

Black with #9A068D

Text Example


Text Example

White with #9A068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A068D; }

 p { color: rgb(154,6,141); }

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

background-color css

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

 a { background-color: rgb(154,6,141); }

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

border-color css

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

 span { border-color: rgb(154,6,141); }

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