Html Css Color HEX #9B228E Dark Purple

📋 copy color: '#9B228E'

red 155 ◦ green 34 ◦ blue 142

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

Shades of Dark Purple #9B228E

Tints of Dark Purple #9B228E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.27%

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

R = 46.83%
G = 10.27%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B228E (or 0x9B228E) is known color: Dark Purple. HEX triplet: 9B, 22 and 8E. RGB value is (155,34,142). Sum of RGB (Red+Green+Blue) = 155+34+142=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B228E is #64DD71. Grayscale: #525252. Windows color (decimal): -6610290 or 9314971. OLE color: 9314971.

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

Color convert

RGB 155 34 142 -
CMYK 0 0.78 0.08 0.39
HSL 306.45º 0.64% 0.37% -
HSV(B) 306.45º 0.78% 0.61% -
XYZ 18.97 10.07 26.53 -
YUV 82.49 161.59 179.72 -
System Red Green Blue C M Y K H S L
Decimal 155 34 142 0 0.78 0.08 0.39 306.45 0.64 0.37
Hex 9B 22 8E 0 4E 8 27 132 40 25
Octal 233 42 216 0 116 10 47 462 100 45
Binary 10011011 100010 10001110 0 1001110 1000 100111 100110010 1000000 100101

Color Harmonies of #9B228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B228E

Black with #9B228E

Text Example


Text Example

White with #9B228E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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