Html Css Color HEX #9B337D Dark Purple

📋 copy color: '#9B337D'

red 155 ◦ green 51 ◦ blue 125

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

Shades of Dark Purple #9B337D

Tints of Dark Purple #9B337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

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

R = 46.83%
G = 15.41%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B337D (or 0x9B337D) is known color: Dark Purple. HEX triplet: 9B, 33 and 7D. RGB value is (155,51,125). Sum of RGB (Red+Green+Blue) = 155+51+125=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B337D is #64CC82. Grayscale: #5A5A5A. Windows color (decimal): -6605955 or 8205211. OLE color: 8205211.

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

Color convert

RGB 155 51 125 -
CMYK 0 0.67 0.19 0.39
HSL 317.31º 0.5% 0.4% -
HSV(B) 317.31º 0.67% 0.61% -
XYZ 18.4 10.82 20.52 -
YUV 90.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 155 51 125 0 0.67 0.19 0.39 317.31 0.5 0.4
Hex 9B 33 7D 0 43 13 27 13D 32 28
Octal 233 63 175 0 103 23 47 475 62 50
Binary 10011011 110011 1111101 0 1000011 10011 100111 100111101 110010 101000

Color Harmonies of #9B337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B337D

Black with #9B337D

Text Example


Text Example

White with #9B337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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