Html Css Color HEX #95407B Dark Purple

📋 copy color: '#95407B'

red 149 ◦ green 64 ◦ blue 123

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

Shades of Dark Purple #95407B

Tints of Dark Purple #95407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.05%

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

R = 44.35%
G = 19.05%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95407B (or 0x95407B) is known color: Dark Purple. HEX triplet: 95, 40 and 7B. RGB value is (149,64,123). Sum of RGB (Red+Green+Blue) = 149+64+123=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #95407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95407B is #6ABF84. Grayscale: #5F5F5F. Windows color (decimal): -6995845 or 8077461. OLE color: 8077461.

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

Color convert

RGB 149 64 123 -
CMYK 0 0.57 0.17 0.42
HSL 318.35º 0.4% 0.42% -
HSV(B) 318.35º 0.57% 0.58% -
XYZ 17.8 11.49 20.02 -
YUV 96.14 143.16 165.7 -
System Red Green Blue C M Y K H S L
Decimal 149 64 123 0 0.57 0.17 0.42 318.35 0.4 0.42
Hex 95 40 7B 0 39 11 2A 13E 28 2A
Octal 225 100 173 0 71 21 52 476 50 52
Binary 10010101 1000000 1111011 0 111001 10001 101010 100111110 101000 101010

Color Harmonies of #95407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95407B

Black with #95407B

Text Example


Text Example

White with #95407B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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