Html Css Color HEX #960093 Dark Magenta

📋 copy color: '#960093'

red 150 ◦ green 0 ◦ blue 147

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

Shades of Dark Magenta #960093

Tints of Dark Magenta #960093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 49.49%

R = 50.51%
G = 0%
B = 49.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#960093 (or 0x960093) is known color: Dark Magenta. HEX triplet: 96, 00 and 93. RGB value is (150,0,147). Sum of RGB (Red+Green+Blue) = 150+0+147=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #960093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960093 is #69FF6C. Grayscale: #3D3D3D. Windows color (decimal): -6946669 or 9633942. OLE color: 9633942.

HSL color Cylindrical-coordinate representation of color #960093: hue angle of 301.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960093 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 147 -
CMYK 0 1 0.02 0.41
HSL 301.2º 1% 0.29% -
HSV(B) 301.2º 1% 0.59% -
XYZ 17.84 8.59 28.32 -
YUV 61.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 150 0 147 0 1 0.02 0.41 301.2 1 0.29
Hex 96 0 93 0 64 2 29 12D 64 1D
Octal 226 0 223 0 144 2 51 455 144 35
Binary 10010110 0 10010011 0 1100100 10 101001 100101101 1100100 11101

Color Harmonies of #960093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960093

Black with #960093

Text Example


Text Example

White with #960093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960093; }

 p { color: rgb(150,0,147); }

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

background-color css

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

 a { background-color: rgb(150,0,147); }

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

border-color css

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

 span { border-color: rgb(150,0,147); }

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