Html Css Color HEX #9B337C Dark Purple

📋 copy color: '#9B337C'

red 155 ◦ green 51 ◦ blue 124

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

Shades of Dark Purple #9B337C

Tints of Dark Purple #9B337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

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

R = 46.97%
G = 15.45%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B337C (or 0x9B337C) is known color: Dark Purple. HEX triplet: 9B, 33 and 7C. RGB value is (155,51,124). Sum of RGB (Red+Green+Blue) = 155+51+124=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B337C is #64CC83. Grayscale: #5A5A5A. Windows color (decimal): -6605956 or 8139675. OLE color: 8139675.

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

Color convert

RGB 155 51 124 -
CMYK 0 0.67 0.2 0.39
HSL 317.88º 0.5% 0.4% -
HSV(B) 317.88º 0.67% 0.61% -
XYZ 18.34 10.79 20.19 -
YUV 90.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 155 51 124 0 0.67 0.2 0.39 317.88 0.5 0.4
Hex 9B 33 7C 0 43 14 27 13E 32 28
Octal 233 63 174 0 103 24 47 476 62 50
Binary 10011011 110011 1111100 0 1000011 10100 100111 100111110 110010 101000

Color Harmonies of #9B337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B337C

Black with #9B337C

Text Example


Text Example

White with #9B337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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