Html Css Color HEX #9B198B Dark Purple

📋 copy color: '#9B198B'

red 155 ◦ green 25 ◦ blue 139

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

Shades of Dark Purple #9B198B

Tints of Dark Purple #9B198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.57%

R = 48.59%
G = 7.84%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B198B (or 0x9B198B) is known color: Dark Purple. HEX triplet: 9B, 19 and 8B. RGB value is (155,25,139). Sum of RGB (Red+Green+Blue) = 155+25+139=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B198B is #64E674. Grayscale: #4C4C4C. Windows color (decimal): -6612597 or 9116059. OLE color: 9116059.

HSL color Cylindrical-coordinate representation of color #9B198B: hue angle of 307.38º 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 #9B198B is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 25 139 -
CMYK 0 0.84 0.10 0.39
HSL 307.38º 0.72% 0.35% -
HSV(B) 307.38º 0.84% 0.61% -
XYZ 18.53 9.53 25.29 -
YUV 76.87 163.07 183.73 -
System Red Green Blue C M Y K H S L
Decimal 155 25 139 0 0.84 0.10 0.39 307.38 0.72 0.35
Hex 9B 19 8B 0 54 A 27 133 48 23
Octal 233 31 213 0 124 12 47 463 110 43
Binary 10011011 11001 10001011 0 1010100 1010 100111 100110011 1001000 100011

Color Harmonies of #9B198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B198B

Black with #9B198B

Text Example


Text Example

White with #9B198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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