Html Css Color HEX #96069B Dark Magenta

📋 copy color: '#96069B'

red 150 ◦ green 6 ◦ blue 155

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

Shades of Dark Magenta #96069B

Tints of Dark Magenta #96069B

RGB

 RED value IS 150 (58.98% from 255) = 48.23%

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

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

R = 48.23%
G = 1.93%
B = 49.84%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96069B (or 0x96069B) is known color: Dark Magenta. HEX triplet: 96, 06 and 9B. RGB value is (150,6,155). Sum of RGB (Red+Green+Blue) = 150+6+155=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #96069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96069B is #69F964. Grayscale: #414141. Windows color (decimal): -6945125 or 10159766. OLE color: 10159766.

HSL color Cylindrical-coordinate representation of color #96069B: hue angle of 297.99º 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 #96069B is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 6 155 -
CMYK 0.03 0.96 0 0.39
HSL 297.99º 0.93% 0.32% -
HSV(B) 297.99º 0.96% 0.61% -
XYZ 18.56 8.98 31.77 -
YUV 66.04 178.21 187.88 -
System Red Green Blue C M Y K H S L
Decimal 150 6 155 0.03 0.96 0 0.39 297.99 0.93 0.32
Hex 96 6 9B 3 60 0 27 12A 5D 20
Octal 226 6 233 3 140 0 47 452 135 40
Binary 10010110 110 10011011 11 1100000 0 100111 100101010 1011101 100000

Color Harmonies of #96069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96069B

Black with #96069B

Text Example


Text Example

White with #96069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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