Html Css Color HEX #9B318B Dark Purple

📋 copy color: '#9B318B'

red 155 ◦ green 49 ◦ blue 139

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

Shades of Dark Purple #9B318B

Tints of Dark Purple #9B318B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.29%

 BLUE value IS 139 (54.69% from 255) = 40.52%

R = 45.19%
G = 14.29%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B318B (or 0x9B318B) is known color: Dark Purple. HEX triplet: 9B, 31 and 8B. RGB value is (155,49,139). Sum of RGB (Red+Green+Blue) = 155+49+139=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B318B is #64CE74. Grayscale: #5A5A5A. Windows color (decimal): -6606453 or 9122203. OLE color: 9122203.

HSL color Cylindrical-coordinate representation of color #9B318B: hue angle of 309.06º degrees, saturation: 0.52, 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 #9B318B is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 49 139 -
CMYK 0 0.68 0.10 0.39
HSL 309.06º 0.52% 0.4% -
HSV(B) 309.06º 0.68% 0.61% -
XYZ 19.28 11.03 25.54 -
YUV 90.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 155 49 139 0 0.68 0.10 0.39 309.06 0.52 0.4
Hex 9B 31 8B 0 44 A 27 135 34 28
Octal 233 61 213 0 104 12 47 465 64 50
Binary 10011011 110001 10001011 0 1000100 1010 100111 100110101 110100 101000

Color Harmonies of #9B318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B318B

Black with #9B318B

Text Example


Text Example

White with #9B318B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,49,139); }

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

background-color css

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

 a { background-color: rgb(155,49,139); }

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

border-color css

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

 span { border-color: rgb(155,49,139); }

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