Html Css Color HEX #9B388D Dark Purple

📋 copy color: '#9B388D'

red 155 ◦ green 56 ◦ blue 141

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

Shades of Dark Purple #9B388D

Tints of Dark Purple #9B388D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.91%

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 44.03%
G = 15.91%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B388D (or 0x9B388D) is known color: Dark Purple. HEX triplet: 9B, 38 and 8D. RGB value is (155,56,141). Sum of RGB (Red+Green+Blue) = 155+56+141=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B388D is #64C772. Grayscale: #5F5F5F. Windows color (decimal): -6604659 or 9255067. OLE color: 9255067.

HSL color Cylindrical-coordinate representation of color #9B388D: hue angle of 308.48º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B388D is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 56 141 -
CMYK 0 0.64 0.09 0.39
HSL 308.48º 0.47% 0.41% -
HSV(B) 308.48º 0.64% 0.61% -
XYZ 19.74 11.72 26.42 -
YUV 95.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 155 56 141 0 0.64 0.09 0.39 308.48 0.47 0.41
Hex 9B 38 8D 0 40 9 27 134 2F 29
Octal 233 70 215 0 100 11 47 464 57 51
Binary 10011011 111000 10001101 0 1000000 1001 100111 100110100 101111 101001

Color Harmonies of #9B388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B388D

Black with #9B388D

Text Example


Text Example

White with #9B388D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,56,141); }

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

background-color css

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

 a { background-color: rgb(155,56,141); }

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

border-color css

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

 span { border-color: rgb(155,56,141); }

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