Html Css Color HEX #9B337A Dark Purple

📋 copy color: '#9B337A'

red 155 ◦ green 51 ◦ blue 122

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

Shades of Dark Purple #9B337A

Tints of Dark Purple #9B337A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.2%

R = 47.26%
G = 15.55%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B337A (or 0x9B337A) is known color: Dark Purple. HEX triplet: 9B, 33 and 7A. RGB value is (155,51,122). Sum of RGB (Red+Green+Blue) = 155+51+122=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B337A is #64CC85. Grayscale: #5A5A5A. Windows color (decimal): -6605958 or 8008603. OLE color: 8008603.

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

Color convert

RGB 155 51 122 -
CMYK 0 0.67 0.21 0.39
HSL 319.04º 0.5% 0.4% -
HSV(B) 319.04º 0.67% 0.61% -
XYZ 18.21 10.74 19.53 -
YUV 90.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 155 51 122 0 0.67 0.21 0.39 319.04 0.5 0.4
Hex 9B 33 7A 0 43 15 27 13F 32 28
Octal 233 63 172 0 103 25 47 477 62 50
Binary 10011011 110011 1111010 0 1000011 10101 100111 100111111 110010 101000

Color Harmonies of #9B337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B337A

Black with #9B337A

Text Example


Text Example

White with #9B337A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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