Html Css Color HEX #9B347C Dark Purple

📋 copy color: '#9B347C'

red 155 ◦ green 52 ◦ blue 124

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

Shades of Dark Purple #9B347C

Tints of Dark Purple #9B347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.71%

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

R = 46.83%
G = 15.71%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B347C (or 0x9B347C) is known color: Dark Purple. HEX triplet: 9B, 34 and 7C. RGB value is (155,52,124). Sum of RGB (Red+Green+Blue) = 155+52+124=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B347C is #64CB83. Grayscale: #5A5A5A. Windows color (decimal): -6605700 or 8139931. OLE color: 8139931.

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

Color convert

RGB 155 52 124 -
CMYK 0 0.66 0.2 0.39
HSL 318.06º 0.5% 0.41% -
HSV(B) 318.06º 0.66% 0.61% -
XYZ 18.38 10.88 20.2 -
YUV 91.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 155 52 124 0 0.66 0.2 0.39 318.06 0.5 0.41
Hex 9B 34 7C 0 42 14 27 13E 32 29
Octal 233 64 174 0 102 24 47 476 62 51
Binary 10011011 110100 1111100 0 1000010 10100 100111 100111110 110010 101001

Color Harmonies of #9B347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B347C

Black with #9B347C

Text Example


Text Example

White with #9B347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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