Html Css Color HEX #9B338D Dark Purple

📋 copy color: '#9B338D'

red 155 ◦ green 51 ◦ blue 141

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

Shades of Dark Purple #9B338D

Tints of Dark Purple #9B338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 44.67%
G = 14.7%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B338D (or 0x9B338D) is known color: Dark Purple. HEX triplet: 9B, 33 and 8D. RGB value is (155,51,141). Sum of RGB (Red+Green+Blue) = 155+51+141=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B338D is #64CC72. Grayscale: #5C5C5C. Windows color (decimal): -6605939 or 9253787. OLE color: 9253787.

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

Color convert

RGB 155 51 141 -
CMYK 0 0.67 0.09 0.39
HSL 308.08º 0.5% 0.4% -
HSV(B) 308.08º 0.67% 0.61% -
XYZ 19.51 11.26 26.34 -
YUV 92.36 155.46 172.68 -
System Red Green Blue C M Y K H S L
Decimal 155 51 141 0 0.67 0.09 0.39 308.08 0.5 0.4
Hex 9B 33 8D 0 43 9 27 134 32 28
Octal 233 63 215 0 103 11 47 464 62 50
Binary 10011011 110011 10001101 0 1000011 1001 100111 100110100 110010 101000

Color Harmonies of #9B338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B338D

Black with #9B338D

Text Example


Text Example

White with #9B338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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