Html Css Color HEX #95307A Dark Purple

📋 copy color: '#95307A'

red 149 ◦ green 48 ◦ blue 122

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

Shades of Dark Purple #95307A

Tints of Dark Purple #95307A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

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

R = 46.71%
G = 15.05%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95307A (or 0x95307A) is known color: Dark Purple. HEX triplet: 95, 30 and 7A. RGB value is (149,48,122). Sum of RGB (Red+Green+Blue) = 149+48+122=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #95307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95307A is #6ACF85. Grayscale: #565656. Windows color (decimal): -6999942 or 8007829. OLE color: 8007829.

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

Color convert

RGB 149 48 122 -
CMYK 0 0.68 0.18 0.42
HSL 316.04º 0.51% 0.39% -
HSV(B) 316.04º 0.68% 0.58% -
XYZ 16.96 9.91 19.43 -
YUV 86.64 147.96 172.48 -
System Red Green Blue C M Y K H S L
Decimal 149 48 122 0 0.68 0.18 0.42 316.04 0.51 0.39
Hex 95 30 7A 0 44 12 2A 13C 33 27
Octal 225 60 172 0 104 22 52 474 63 47
Binary 10010101 110000 1111010 0 1000100 10010 101010 100111100 110011 100111

Color Harmonies of #95307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95307A

Black with #95307A

Text Example


Text Example

White with #95307A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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