Html Css Color HEX #9B298E Dark Purple

📋 copy color: '#9B298E'

red 155 ◦ green 41 ◦ blue 142

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

Shades of Dark Purple #9B298E

Tints of Dark Purple #9B298E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

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

R = 45.86%
G = 12.13%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B298E (or 0x9B298E) is known color: Dark Purple. HEX triplet: 9B, 29 and 8E. RGB value is (155,41,142). Sum of RGB (Red+Green+Blue) = 155+41+142=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B298E is #64D671. Grayscale: #565656. Windows color (decimal): -6608498 or 9316763. OLE color: 9316763.

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

Color convert

RGB 155 41 142 -
CMYK 0 0.74 0.08 0.39
HSL 306.84º 0.58% 0.38% -
HSV(B) 306.84º 0.74% 0.61% -
XYZ 19.19 10.51 26.61 -
YUV 86.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 155 41 142 0 0.74 0.08 0.39 306.84 0.58 0.38
Hex 9B 29 8E 0 4A 8 27 133 3A 26
Octal 233 51 216 0 112 10 47 463 72 46
Binary 10011011 101001 10001110 0 1001010 1000 100111 100110011 111010 100110

Color Harmonies of #9B298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B298E

Black with #9B298E

Text Example


Text Example

White with #9B298E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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