Html Css Color HEX #9B237F Dark Purple

📋 copy color: '#9B237F'

red 155 ◦ green 35 ◦ blue 127

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

Shades of Dark Purple #9B237F

Tints of Dark Purple #9B237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

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

R = 48.9%
G = 11.04%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B237F (or 0x9B237F) is known color: Dark Purple. HEX triplet: 9B, 23 and 7F. RGB value is (155,35,127). Sum of RGB (Red+Green+Blue) = 155+35+127=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B237F is #64DC80. Grayscale: #515151. Windows color (decimal): -6610049 or 8332187. OLE color: 8332187.

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

Color convert

RGB 155 35 127 -
CMYK 0 0.77 0.18 0.39
HSL 314º 0.63% 0.37% -
HSV(B) 314º 0.77% 0.61% -
XYZ 17.95 9.7 21.01 -
YUV 81.37 153.76 180.52 -
System Red Green Blue C M Y K H S L
Decimal 155 35 127 0 0.77 0.18 0.39 314 0.63 0.37
Hex 9B 23 7F 0 4D 12 27 13A 3F 25
Octal 233 43 177 0 115 22 47 472 77 45
Binary 10011011 100011 1111111 0 1001101 10010 100111 100111010 111111 100101

Color Harmonies of #9B237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B237F

Black with #9B237F

Text Example


Text Example

White with #9B237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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