Html Css Color HEX #95147B Dark Purple

📋 copy color: '#95147B'

red 149 ◦ green 20 ◦ blue 123

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

Shades of Dark Purple #95147B

Tints of Dark Purple #95147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

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

R = 51.03%
G = 6.85%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95147B (or 0x95147B) is known color: Dark Purple. HEX triplet: 95, 14 and 7B. RGB value is (149,20,123). Sum of RGB (Red+Green+Blue) = 149+20+123=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95147B is #6AEB84. Grayscale: #464646. Windows color (decimal): -7007109 or 8066197. OLE color: 8066197.

HSL color Cylindrical-coordinate representation of color #95147B: hue angle of 312.09º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95147B is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 123 -
CMYK 0 0.87 0.17 0.42
HSL 312.09º 0.76% 0.33% -
HSV(B) 312.09º 0.87% 0.58% -
XYZ 16.22 8.32 19.49 -
YUV 70.31 157.74 184.12 -
System Red Green Blue C M Y K H S L
Decimal 149 20 123 0 0.87 0.17 0.42 312.09 0.76 0.33
Hex 95 14 7B 0 57 11 2A 138 4C 21
Octal 225 24 173 0 127 21 52 470 114 41
Binary 10010101 10100 1111011 0 1010111 10001 101010 100111000 1001100 100001

Color Harmonies of #95147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95147B

Black with #95147B

Text Example


Text Example

White with #95147B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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