Html Css Color HEX #9D267A Dark Purple

📋 copy color: '#9D267A'

red 157 ◦ green 38 ◦ blue 122

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

Shades of Dark Purple #9D267A

Tints of Dark Purple #9D267A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.99%

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 49.53%
G = 11.99%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D267A (or 0x9D267A) is known color: Dark Purple. HEX triplet: 9D, 26 and 7A. RGB value is (157,38,122). Sum of RGB (Red+Green+Blue) = 157+38+122=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D267A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D267A is #62D985. Grayscale: #525252. Windows color (decimal): -6478214 or 8005277. OLE color: 8005277.

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

Color convert

RGB 157 38 122 -
CMYK 0 0.76 0.22 0.38
HSL 317.65º 0.61% 0.38% -
HSV(B) 317.65º 0.76% 0.62% -
XYZ 18.11 9.96 19.38 -
YUV 83.16 149.92 180.67 -
System Red Green Blue C M Y K H S L
Decimal 157 38 122 0 0.76 0.22 0.38 317.65 0.61 0.38
Hex 9D 26 7A 0 4C 16 26 13E 3D 26
Octal 235 46 172 0 114 26 46 476 75 46
Binary 10011101 100110 1111010 0 1001100 10110 100110 100111110 111101 100110

Color Harmonies of #9D267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D267A

Black with #9D267A

Text Example


Text Example

White with #9D267A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,38,122); }

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

background-color css

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

 a { background-color: rgb(157,38,122); }

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

border-color css

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

 span { border-color: rgb(157,38,122); }

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