Html Css Color HEX #90069B Dark Magenta

📋 copy color: '#90069B'

red 144 ◦ green 6 ◦ blue 155

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

Shades of Dark Magenta #90069B

Tints of Dark Magenta #90069B

RGB

 RED value IS 144 (56.64% from 255) = 47.21%

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

 BLUE value IS 155 (60.94% from 255) = 50.82%

R = 47.21%
G = 1.97%
B = 50.82%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90069B (or 0x90069B) is known color: Dark Magenta. HEX triplet: 90, 06 and 9B. RGB value is (144,6,155). Sum of RGB (Red+Green+Blue) = 144+6+155=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #90069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90069B is #6FF964. Grayscale: #3F3F3F. Windows color (decimal): -7338341 or 10159760. OLE color: 10159760.

HSL color Cylindrical-coordinate representation of color #90069B: hue angle of 295.57º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90069B is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 6 155 -
CMYK 0.07 0.96 0 0.39
HSL 295.57º 0.93% 0.32% -
HSV(B) 295.57º 0.96% 0.61% -
XYZ 17.48 8.43 31.72 -
YUV 64.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 144 6 155 0.07 0.96 0 0.39 295.57 0.93 0.32
Hex 90 6 9B 7 60 0 27 128 5D 20
Octal 220 6 233 7 140 0 47 450 135 40
Binary 10010000 110 10011011 111 1100000 0 100111 100101000 1011101 100000

Color Harmonies of #90069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90069B

Black with #90069B

Text Example


Text Example

White with #90069B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90069B; }

 p { color: rgb(144,6,155); }

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

background-color css

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

 a { background-color: rgb(144,6,155); }

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

border-color css

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

 span { border-color: rgb(144,6,155); }

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