Html Css Color HEX #9D207B Dark Purple

📋 copy color: '#9D207B'

red 157 ◦ green 32 ◦ blue 123

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

Shades of Dark Purple #9D207B

Tints of Dark Purple #9D207B

RGB

 RED value IS 157 (61.72% from 255) = 50.32%

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

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

R = 50.32%
G = 10.26%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D207B (or 0x9D207B) is known color: Dark Purple. HEX triplet: 9D, 20 and 7B. RGB value is (157,32,123). Sum of RGB (Red+Green+Blue) = 157+32+123=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D207B is #62DF84. Grayscale: #4F4F4F. Windows color (decimal): -6479749 or 8069277. OLE color: 8069277.

HSL color Cylindrical-coordinate representation of color #9D207B: hue angle of 316.32º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D207B is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 32 123 -
CMYK 0 0.80 0.22 0.38
HSL 316.32º 0.66% 0.37% -
HSV(B) 316.32º 0.8% 0.62% -
XYZ 18 9.63 19.65 -
YUV 79.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 157 32 123 0 0.80 0.22 0.38 316.32 0.66 0.37
Hex 9D 20 7B 0 50 16 26 13C 42 25
Octal 235 40 173 0 120 26 46 474 102 45
Binary 10011101 100000 1111011 0 1010000 10110 100110 100111100 1000010 100101

Color Harmonies of #9D207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D207B

Black with #9D207B

Text Example


Text Example

White with #9D207B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,32,123); }

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

background-color css

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

 a { background-color: rgb(157,32,123); }

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

border-color css

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

 span { border-color: rgb(157,32,123); }

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