Html Css Color HEX #9B358B Dark Purple

📋 copy color: '#9B358B'

red 155 ◦ green 53 ◦ blue 139

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

Shades of Dark Purple #9B358B

Tints of Dark Purple #9B358B

RGB

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

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

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

R = 44.67%
G = 15.27%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B358B (or 0x9B358B) is known color: Dark Purple. HEX triplet: 9B, 35 and 8B. RGB value is (155,53,139). Sum of RGB (Red+Green+Blue) = 155+53+139=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B358B is #64CA74. Grayscale: #5D5D5D. Windows color (decimal): -6605429 or 9123227. OLE color: 9123227.

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

Color convert

RGB 155 53 139 -
CMYK 0 0.66 0.10 0.39
HSL 309.41º 0.49% 0.41% -
HSV(B) 309.41º 0.66% 0.61% -
XYZ 19.45 11.38 25.6 -
YUV 93.3 153.79 172.01 -
System Red Green Blue C M Y K H S L
Decimal 155 53 139 0 0.66 0.10 0.39 309.41 0.49 0.41
Hex 9B 35 8B 0 42 A 27 135 31 29
Octal 233 65 213 0 102 12 47 465 61 51
Binary 10011011 110101 10001011 0 1000010 1010 100111 100110101 110001 101001

Color Harmonies of #9B358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B358B

Black with #9B358B

Text Example


Text Example

White with #9B358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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