Html Css Color HEX #9B0C98 Dark Magenta

📋 copy color: '#9B0C98'

red 155 ◦ green 12 ◦ blue 152

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

Shades of Dark Magenta #9B0C98

Tints of Dark Magenta #9B0C98

RGB

 RED value IS 155 (60.94% from 255) = 48.59%

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

 BLUE value IS 152 (59.77% from 255) = 47.65%

R = 48.59%
G = 3.76%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9B0C98 (or 0x9B0C98) is known color: Dark Magenta. HEX triplet: 9B, 0C and 98. RGB value is (155,12,152). Sum of RGB (Red+Green+Blue) = 155+12+152=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0C98 is #64F367. Grayscale: #464646. Windows color (decimal): -6615912 or 9964699. OLE color: 9964699.

HSL color Cylindrical-coordinate representation of color #9B0C98: hue angle of 301.26º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0C98 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 12 152 -
CMYK 0 0.92 0.02 0.39
HSL 301.26º 0.86% 0.33% -
HSV(B) 301.26º 0.92% 0.61% -
XYZ 19.32 9.5 30.52 -
YUV 70.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 155 12 152 0 0.92 0.02 0.39 301.26 0.86 0.33
Hex 9B C 98 0 5C 2 27 12D 56 21
Octal 233 14 230 0 134 2 47 455 126 41
Binary 10011011 1100 10011000 0 1011100 10 100111 100101101 1010110 100001

Color Harmonies of #9B0C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0C98

Black with #9B0C98

Text Example


Text Example

White with #9B0C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,12,152); }

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

background-color css

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

 a { background-color: rgb(155,12,152); }

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

border-color css

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

 span { border-color: rgb(155,12,152); }

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