Html Css Color HEX #9B208F Dark Purple

📋 copy color: '#9B208F'

red 155 ◦ green 32 ◦ blue 143

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

Shades of Dark Purple #9B208F

Tints of Dark Purple #9B208F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.7%

 BLUE value IS 143 (56.25% from 255) = 43.33%

R = 46.97%
G = 9.7%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B208F (or 0x9B208F) is known color: Dark Purple. HEX triplet: 9B, 20 and 8F. RGB value is (155,32,143). Sum of RGB (Red+Green+Blue) = 155+32+143=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B208F is #64DF70. Grayscale: #515151. Windows color (decimal): -6610801 or 9379995. OLE color: 9379995.

HSL color Cylindrical-coordinate representation of color #9B208F: hue angle of 305.85º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B208F is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 32 143 -
CMYK 0 0.79 0.08 0.39
HSL 305.85º 0.66% 0.37% -
HSV(B) 305.85º 0.79% 0.61% -
XYZ 18.99 9.98 26.91 -
YUV 81.43 162.75 180.47 -
System Red Green Blue C M Y K H S L
Decimal 155 32 143 0 0.79 0.08 0.39 305.85 0.66 0.37
Hex 9B 20 8F 0 4F 8 27 132 42 25
Octal 233 40 217 0 117 10 47 462 102 45
Binary 10011011 100000 10001111 0 1001111 1000 100111 100110010 1000010 100101

Color Harmonies of #9B208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B208F

Black with #9B208F

Text Example


Text Example

White with #9B208F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,32,143); }

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

background-color css

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

 a { background-color: rgb(155,32,143); }

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

border-color css

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

 span { border-color: rgb(155,32,143); }

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