Html Css Color HEX #9B337B Dark Purple

📋 copy color: '#9B337B'

red 155 ◦ green 51 ◦ blue 123

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

Shades of Dark Purple #9B337B

Tints of Dark Purple #9B337B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.39%

R = 47.11%
G = 15.5%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B337B (or 0x9B337B) is known color: Dark Purple. HEX triplet: 9B, 33 and 7B. RGB value is (155,51,123). Sum of RGB (Red+Green+Blue) = 155+51+123=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B337B is #64CC84. Grayscale: #5A5A5A. Windows color (decimal): -6605957 or 8074139. OLE color: 8074139.

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

Color convert

RGB 155 51 123 -
CMYK 0 0.67 0.21 0.39
HSL 318.46º 0.5% 0.4% -
HSV(B) 318.46º 0.67% 0.61% -
XYZ 18.28 10.77 19.85 -
YUV 90.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 155 51 123 0 0.67 0.21 0.39 318.46 0.5 0.4
Hex 9B 33 7B 0 43 15 27 13E 32 28
Octal 233 63 173 0 103 25 47 476 62 50
Binary 10011011 110011 1111011 0 1000011 10101 100111 100111110 110010 101000

Color Harmonies of #9B337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B337B

Black with #9B337B

Text Example


Text Example

White with #9B337B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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