Html Css Color HEX #9B368D Dark Purple

📋 copy color: '#9B368D'

red 155 ◦ green 54 ◦ blue 141

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

Shades of Dark Purple #9B368D

Tints of Dark Purple #9B368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.43%

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

R = 44.29%
G = 15.43%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B368D (or 0x9B368D) is known color: Dark Purple. HEX triplet: 9B, 36 and 8D. RGB value is (155,54,141). Sum of RGB (Red+Green+Blue) = 155+54+141=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B368D is #64C972. Grayscale: #5D5D5D. Windows color (decimal): -6605171 or 9254555. OLE color: 9254555.

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

Color convert

RGB 155 54 141 -
CMYK 0 0.65 0.09 0.39
HSL 308.32º 0.48% 0.41% -
HSV(B) 308.32º 0.65% 0.61% -
XYZ 19.64 11.53 26.39 -
YUV 94.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 155 54 141 0 0.65 0.09 0.39 308.32 0.48 0.41
Hex 9B 36 8D 0 41 9 27 134 30 29
Octal 233 66 215 0 101 11 47 464 60 51
Binary 10011011 110110 10001101 0 1000001 1001 100111 100110100 110000 101001

Color Harmonies of #9B368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B368D

Black with #9B368D

Text Example


Text Example

White with #9B368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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