Html Css Color HEX #9B198E Dark Purple

📋 copy color: '#9B198E'

red 155 ◦ green 25 ◦ blue 142

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

Shades of Dark Purple #9B198E

Tints of Dark Purple #9B198E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.76%

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 48.14%
G = 7.76%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B198E (or 0x9B198E) is known color: Dark Purple. HEX triplet: 9B, 19 and 8E. RGB value is (155,25,142). Sum of RGB (Red+Green+Blue) = 155+25+142=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B198E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B198E is #64E671. Grayscale: #4C4C4C. Windows color (decimal): -6612594 or 9312667. OLE color: 9312667.

HSL color Cylindrical-coordinate representation of color #9B198E: hue angle of 306º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B198E is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 25 142 -
CMYK 0 0.84 0.08 0.39
HSL 306º 0.72% 0.35% -
HSV(B) 306º 0.84% 0.61% -
XYZ 18.75 9.62 26.46 -
YUV 77.21 164.57 183.49 -
System Red Green Blue C M Y K H S L
Decimal 155 25 142 0 0.84 0.08 0.39 306 0.72 0.35
Hex 9B 19 8E 0 54 8 27 132 48 23
Octal 233 31 216 0 124 10 47 462 110 43
Binary 10011011 11001 10001110 0 1010100 1000 100111 100110010 1001000 100011

Color Harmonies of #9B198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B198E

Black with #9B198E

Text Example


Text Example

White with #9B198E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,25,142); }

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

background-color css

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

 a { background-color: rgb(155,25,142); }

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

border-color css

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

 span { border-color: rgb(155,25,142); }

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