Html Css Color HEX #9B3183 Dark Purple

📋 copy color: '#9B3183'

red 155 ◦ green 49 ◦ blue 131

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

Shades of Dark Purple #9B3183

Tints of Dark Purple #9B3183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.1%

R = 46.27%
G = 14.63%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B3183 (or 0x9B3183) is known color: Dark Purple. HEX triplet: 9B, 31 and 83. RGB value is (155,49,131). Sum of RGB (Red+Green+Blue) = 155+49+131=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3183 is #64CE7C. Grayscale: #595959. Windows color (decimal): -6606461 or 8597915. OLE color: 8597915.

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

Color convert

RGB 155 49 131 -
CMYK 0 0.68 0.15 0.39
HSL 313.58º 0.52% 0.4% -
HSV(B) 313.58º 0.68% 0.61% -
XYZ 18.71 10.8 22.57 -
YUV 90.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 155 49 131 0 0.68 0.15 0.39 313.58 0.52 0.4
Hex 9B 31 83 0 44 F 27 13A 34 28
Octal 233 61 203 0 104 17 47 472 64 50
Binary 10011011 110001 10000011 0 1000100 1111 100111 100111010 110100 101000

Color Harmonies of #9B3183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3183

Black with #9B3183

Text Example


Text Example

White with #9B3183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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