Html Css Color HEX #9B357D Dark Purple

📋 copy color: '#9B357D'

red 155 ◦ green 53 ◦ blue 125

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

Shades of Dark Purple #9B357D

Tints of Dark Purple #9B357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.92%

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 46.55%
G = 15.92%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B357D (or 0x9B357D) is known color: Dark Purple. HEX triplet: 9B, 35 and 7D. RGB value is (155,53,125). Sum of RGB (Red+Green+Blue) = 155+53+125=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B357D is #64CA82. Grayscale: #5B5B5B. Windows color (decimal): -6605443 or 8205723. OLE color: 8205723.

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

Color convert

RGB 155 53 125 -
CMYK 0 0.66 0.19 0.39
HSL 317.65º 0.49% 0.41% -
HSV(B) 317.65º 0.66% 0.61% -
XYZ 18.49 11 20.55 -
YUV 91.71 146.79 173.15 -
System Red Green Blue C M Y K H S L
Decimal 155 53 125 0 0.66 0.19 0.39 317.65 0.49 0.41
Hex 9B 35 7D 0 42 13 27 13E 31 29
Octal 233 65 175 0 102 23 47 476 61 51
Binary 10011011 110101 1111101 0 1000010 10011 100111 100111110 110001 101001

Color Harmonies of #9B357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B357D

Black with #9B357D

Text Example


Text Example

White with #9B357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,53,125); }

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

background-color css

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

 a { background-color: rgb(155,53,125); }

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

border-color css

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

 span { border-color: rgb(155,53,125); }

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