Html Css Color HEX #9B207F Dark Purple

📋 copy color: '#9B207F'

red 155 ◦ green 32 ◦ blue 127

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

Shades of Dark Purple #9B207F

Tints of Dark Purple #9B207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.45%

R = 49.36%
G = 10.19%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B207F (or 0x9B207F) is known color: Dark Purple. HEX triplet: 9B, 20 and 7F. RGB value is (155,32,127). Sum of RGB (Red+Green+Blue) = 155+32+127=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B207F is #64DF80. Grayscale: #4F4F4F. Windows color (decimal): -6610817 or 8331419. OLE color: 8331419.

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

Color convert

RGB 155 32 127 -
CMYK 0 0.79 0.18 0.39
HSL 313.66º 0.66% 0.37% -
HSV(B) 313.66º 0.79% 0.61% -
XYZ 17.86 9.53 20.98 -
YUV 79.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 155 32 127 0 0.79 0.18 0.39 313.66 0.66 0.37
Hex 9B 20 7F 0 4F 12 27 13A 42 25
Octal 233 40 177 0 117 22 47 472 102 45
Binary 10011011 100000 1111111 0 1001111 10010 100111 100111010 1000010 100101

Color Harmonies of #9B207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B207F

Black with #9B207F

Text Example


Text Example

White with #9B207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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