Html Css Color HEX #95307B Dark Purple

📋 copy color: '#95307B'

red 149 ◦ green 48 ◦ blue 123

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

Shades of Dark Purple #95307B

Tints of Dark Purple #95307B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.44%

R = 46.56%
G = 15%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95307B (or 0x95307B) is known color: Dark Purple. HEX triplet: 95, 30 and 7B. RGB value is (149,48,123). Sum of RGB (Red+Green+Blue) = 149+48+123=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #95307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95307B is #6ACF84. Grayscale: #565656. Windows color (decimal): -6999941 or 8073365. OLE color: 8073365.

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

Color convert

RGB 149 48 123 -
CMYK 0 0.68 0.17 0.42
HSL 315.45º 0.51% 0.39% -
HSV(B) 315.45º 0.68% 0.58% -
XYZ 17.03 9.93 19.76 -
YUV 86.75 148.46 172.4 -
System Red Green Blue C M Y K H S L
Decimal 149 48 123 0 0.68 0.17 0.42 315.45 0.51 0.39
Hex 95 30 7B 0 44 11 2A 13B 33 27
Octal 225 60 173 0 104 21 52 473 63 47
Binary 10010101 110000 1111011 0 1000100 10001 101010 100111011 110011 100111

Color Harmonies of #95307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95307B

Black with #95307B

Text Example


Text Example

White with #95307B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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