Html Css Color HEX #9B228A Dark Purple

📋 copy color: '#9B228A'

red 155 ◦ green 34 ◦ blue 138

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

Shades of Dark Purple #9B228A

Tints of Dark Purple #9B228A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.2%

R = 47.4%
G = 10.4%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B228A (or 0x9B228A) is known color: Dark Purple. HEX triplet: 9B, 22 and 8A. RGB value is (155,34,138). Sum of RGB (Red+Green+Blue) = 155+34+138=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B228A is #64DD75. Grayscale: #515151. Windows color (decimal): -6610294 or 9052827. OLE color: 9052827.

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

Color convert

RGB 155 34 138 -
CMYK 0 0.78 0.11 0.39
HSL 308.43º 0.64% 0.37% -
HSV(B) 308.43º 0.78% 0.61% -
XYZ 18.68 9.95 24.98 -
YUV 82.04 159.59 180.04 -
System Red Green Blue C M Y K H S L
Decimal 155 34 138 0 0.78 0.11 0.39 308.43 0.64 0.37
Hex 9B 22 8A 0 4E B 27 134 40 25
Octal 233 42 212 0 116 13 47 464 100 45
Binary 10011011 100010 10001010 0 1001110 1011 100111 100110100 1000000 100101

Color Harmonies of #9B228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B228A

Black with #9B228A

Text Example


Text Example

White with #9B228A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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