Html Css Color HEX #9B338C Dark Purple

📋 copy color: '#9B338C'

red 155 ◦ green 51 ◦ blue 140

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

Shades of Dark Purple #9B338C

Tints of Dark Purple #9B338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 44.8%
G = 14.74%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B338C (or 0x9B338C) is known color: Dark Purple. HEX triplet: 9B, 33 and 8C. RGB value is (155,51,140). Sum of RGB (Red+Green+Blue) = 155+51+140=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B338C is #64CC73. Grayscale: #5B5B5B. Windows color (decimal): -6605940 or 9188251. OLE color: 9188251.

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

Color convert

RGB 155 51 140 -
CMYK 0 0.67 0.10 0.39
HSL 308.65º 0.5% 0.4% -
HSV(B) 308.65º 0.67% 0.61% -
XYZ 19.44 11.23 25.95 -
YUV 92.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 155 51 140 0 0.67 0.10 0.39 308.65 0.5 0.4
Hex 9B 33 8C 0 43 A 27 135 32 28
Octal 233 63 214 0 103 12 47 465 62 50
Binary 10011011 110011 10001100 0 1000011 1010 100111 100110101 110010 101000

Color Harmonies of #9B338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B338C

Black with #9B338C

Text Example


Text Example

White with #9B338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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