Html Css Color HEX #9B227E Dark Purple

📋 copy color: '#9B227E'

red 155 ◦ green 34 ◦ blue 126

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

Shades of Dark Purple #9B227E

Tints of Dark Purple #9B227E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40%

R = 49.21%
G = 10.79%
B = 40%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B227E (or 0x9B227E) is known color: Dark Purple. HEX triplet: 9B, 22 and 7E. RGB value is (155,34,126). Sum of RGB (Red+Green+Blue) = 155+34+126=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B227E is #64DD81. Grayscale: #505050. Windows color (decimal): -6610306 or 8266395. OLE color: 8266395.

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

Color convert

RGB 155 34 126 -
CMYK 0 0.78 0.19 0.39
HSL 314.38º 0.64% 0.37% -
HSV(B) 314.38º 0.78% 0.61% -
XYZ 17.86 9.62 20.65 -
YUV 80.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 155 34 126 0 0.78 0.19 0.39 314.38 0.64 0.37
Hex 9B 22 7E 0 4E 13 27 13A 40 25
Octal 233 42 176 0 116 23 47 472 100 45
Binary 10011011 100010 1111110 0 1001110 10011 100111 100111010 1000000 100101

Color Harmonies of #9B227E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B227E

Black with #9B227E

Text Example


Text Example

White with #9B227E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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