Html Css Color HEX #9B318C Dark Purple

📋 copy color: '#9B318C'

red 155 ◦ green 49 ◦ blue 140

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

Shades of Dark Purple #9B318C

Tints of Dark Purple #9B318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.7%

R = 45.06%
G = 14.24%
B = 40.7%

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

#9B318C (or 0x9B318C) is known color: Dark Purple. HEX triplet: 9B, 31 and 8C. RGB value is (155,49,140). Sum of RGB (Red+Green+Blue) = 155+49+140=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B318C is #64CE73. Grayscale: #5A5A5A. Windows color (decimal): -6606452 or 9187739. OLE color: 9187739.

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

Color convert

RGB 155 49 140 -
CMYK 0 0.68 0.10 0.39
HSL 308.49º 0.52% 0.4% -
HSV(B) 308.49º 0.68% 0.61% -
XYZ 19.35 11.06 25.93 -
YUV 91.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 155 49 140 0 0.68 0.10 0.39 308.49 0.52 0.4
Hex 9B 31 8C 0 44 A 27 134 34 28
Octal 233 61 214 0 104 12 47 464 64 50
Binary 10011011 110001 10001100 0 1000100 1010 100111 100110100 110100 101000

Color Harmonies of #9B318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B318C

Black with #9B318C

Text Example


Text Example

White with #9B318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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