Html Css Color HEX #9B327A Dark Purple

📋 copy color: '#9B327A'

red 155 ◦ green 50 ◦ blue 122

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

Shades of Dark Purple #9B327A

Tints of Dark Purple #9B327A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.29%

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

R = 47.4%
G = 15.29%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B327A (or 0x9B327A) is known color: Dark Purple. HEX triplet: 9B, 32 and 7A. RGB value is (155,50,122). Sum of RGB (Red+Green+Blue) = 155+50+122=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B327A is #64CD85. Grayscale: #595959. Windows color (decimal): -6606214 or 8008347. OLE color: 8008347.

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

Color convert

RGB 155 50 122 -
CMYK 0 0.68 0.21 0.39
HSL 318.86º 0.51% 0.4% -
HSV(B) 318.86º 0.68% 0.61% -
XYZ 18.17 10.65 19.51 -
YUV 89.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 155 50 122 0 0.68 0.21 0.39 318.86 0.51 0.4
Hex 9B 32 7A 0 44 15 27 13F 33 28
Octal 233 62 172 0 104 25 47 477 63 50
Binary 10011011 110010 1111010 0 1000100 10101 100111 100111111 110011 101000

Color Harmonies of #9B327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B327A

Black with #9B327A

Text Example


Text Example

White with #9B327A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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