Html Css Color HEX #95307E Dark Purple

📋 copy color: '#95307E'

red 149 ◦ green 48 ◦ blue 126

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

Shades of Dark Purple #95307E

Tints of Dark Purple #95307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.01%

R = 46.13%
G = 14.86%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95307E (or 0x95307E) is known color: Dark Purple. HEX triplet: 95, 30 and 7E. RGB value is (149,48,126). Sum of RGB (Red+Green+Blue) = 149+48+126=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95307E is #6ACF81. Grayscale: #565656. Windows color (decimal): -6999938 or 8269973. OLE color: 8269973.

HSL color Cylindrical-coordinate representation of color #95307E: hue angle of 313.66º 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 #95307E is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 48 126 -
CMYK 0 0.68 0.15 0.42
HSL 313.66º 0.51% 0.39% -
HSV(B) 313.66º 0.68% 0.58% -
XYZ 17.22 10.01 20.76 -
YUV 87.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 149 48 126 0 0.68 0.15 0.42 313.66 0.51 0.39
Hex 95 30 7E 0 44 F 2A 13A 33 27
Octal 225 60 176 0 104 17 52 472 63 47
Binary 10010101 110000 1111110 0 1000100 1111 101010 100111010 110011 100111

Color Harmonies of #95307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95307E

Black with #95307E

Text Example


Text Example

White with #95307E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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