Html Css Color HEX #95307F Dark Purple

📋 copy color: '#95307F'

red 149 ◦ green 48 ◦ blue 127

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

Shades of Dark Purple #95307F

Tints of Dark Purple #95307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.2%

R = 45.99%
G = 14.81%
B = 39.2%

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

#95307F (or 0x95307F) is known color: Dark Purple. HEX triplet: 95, 30 and 7F. RGB value is (149,48,127). Sum of RGB (Red+Green+Blue) = 149+48+127=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95307F is #6ACF80. Grayscale: #565656. Windows color (decimal): -6999937 or 8335509. OLE color: 8335509.

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

Color convert

RGB 149 48 127 -
CMYK 0 0.68 0.15 0.42
HSL 313.07º 0.51% 0.39% -
HSV(B) 313.07º 0.68% 0.58% -
XYZ 17.28 10.04 21.1 -
YUV 87.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 149 48 127 0 0.68 0.15 0.42 313.07 0.51 0.39
Hex 95 30 7F 0 44 F 2A 139 33 27
Octal 225 60 177 0 104 17 52 471 63 47
Binary 10010101 110000 1111111 0 1000100 1111 101010 100111001 110011 100111

Color Harmonies of #95307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95307F

Black with #95307F

Text Example


Text Example

White with #95307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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