Html Css Color HEX #95317A Dark Purple

📋 copy color: '#95317A'

red 149 ◦ green 49 ◦ blue 122

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

Shades of Dark Purple #95317A

Tints of Dark Purple #95317A

RGB

 RED value IS 149 (58.59% from 255) = 46.56%

 GREEN value IS 49 (19.53% from 255) = 15.31%

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

R = 46.56%
G = 15.31%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95317A (or 0x95317A) is known color: Dark Purple. HEX triplet: 95, 31 and 7A. RGB value is (149,49,122). Sum of RGB (Red+Green+Blue) = 149+49+122=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #95317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95317A is #6ACE85. Grayscale: #575757. Windows color (decimal): -6999686 or 8008085. OLE color: 8008085.

HSL color Cylindrical-coordinate representation of color #95317A: hue angle of 316.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95317A is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 122 -
CMYK 0 0.67 0.18 0.42
HSL 316.2º 0.51% 0.39% -
HSV(B) 316.2º 0.67% 0.58% -
XYZ 17.01 9.99 19.44 -
YUV 87.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 149 49 122 0 0.67 0.18 0.42 316.2 0.51 0.39
Hex 95 31 7A 0 43 12 2A 13C 33 27
Octal 225 61 172 0 103 22 52 474 63 47
Binary 10010101 110001 1111010 0 1000011 10010 101010 100111100 110011 100111

Color Harmonies of #95317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95317A

Black with #95317A

Text Example


Text Example

White with #95317A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95317A; }

 p { color: rgb(149,49,122); }

 H1.HeaderClassName
 {
   color: #95317A;
 }
 .AnyTagClassName
 {
   color: #95317A;
 }
</style>

background-color css

<style>
 a { background-color: #95317A; }

 a { background-color: rgb(149,49,122); }

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

border-color css

<style>
 span { border-color: #95317A; }

 span { border-color: rgb(149,49,122); }

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