Html Css Color HEX #9B227F Dark Purple

📋 copy color: '#9B227F'

red 155 ◦ green 34 ◦ blue 127

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

Shades of Dark Purple #9B227F

Tints of Dark Purple #9B227F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.19%

R = 49.05%
G = 10.76%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B227F (or 0x9B227F) is known color: Dark Purple. HEX triplet: 9B, 22 and 7F. RGB value is (155,34,127). Sum of RGB (Red+Green+Blue) = 155+34+127=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B227F is #64DD80. Grayscale: #505050. Windows color (decimal): -6610305 or 8331931. OLE color: 8331931.

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

Color convert

RGB 155 34 127 -
CMYK 0 0.78 0.18 0.39
HSL 313.88º 0.64% 0.37% -
HSV(B) 313.88º 0.78% 0.61% -
XYZ 17.92 9.64 21 -
YUV 80.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 155 34 127 0 0.78 0.18 0.39 313.88 0.64 0.37
Hex 9B 22 7F 0 4E 12 27 13A 40 25
Octal 233 42 177 0 116 22 47 472 100 45
Binary 10011011 100010 1111111 0 1001110 10010 100111 100111010 1000000 100101

Color Harmonies of #9B227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B227F

Black with #9B227F

Text Example


Text Example

White with #9B227F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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