Html Css Color HEX #9B2E7C Dark Purple

📋 copy color: '#9B2E7C'

red 155 ◦ green 46 ◦ blue 124

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

Shades of Dark Purple #9B2E7C

Tints of Dark Purple #9B2E7C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.15%

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 47.69%
G = 14.15%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B2E7C (or 0x9B2E7C) is known color: Dark Purple. HEX triplet: 9B, 2E and 7C. RGB value is (155,46,124). Sum of RGB (Red+Green+Blue) = 155+46+124=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2E7C is #64D183. Grayscale: #575757. Windows color (decimal): -6607236 or 8138395. OLE color: 8138395.

HSL color Cylindrical-coordinate representation of color #9B2E7C: hue angle of 317.06º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B2E7C is Cyan = 0, Magento = 0.70, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 46 124 -
CMYK 0 0.70 0.2 0.39
HSL 317.06º 0.54% 0.39% -
HSV(B) 317.06º 0.7% 0.61% -
XYZ 18.13 10.38 20.12 -
YUV 87.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 155 46 124 0 0.70 0.2 0.39 317.06 0.54 0.39
Hex 9B 2E 7C 0 46 14 27 13D 36 27
Octal 233 56 174 0 106 24 47 475 66 47
Binary 10011011 101110 1111100 0 1000110 10100 100111 100111101 110110 100111

Color Harmonies of #9B2E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2E7C

Black with #9B2E7C

Text Example


Text Example

White with #9B2E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,46,124); }

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

background-color css

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

 a { background-color: rgb(155,46,124); }

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

border-color css

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

 span { border-color: rgb(155,46,124); }

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