Html Css Color HEX #95367B Dark Purple

📋 copy color: '#95367B'

red 149 ◦ green 54 ◦ blue 123

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

Shades of Dark Purple #95367B

Tints of Dark Purple #95367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

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

R = 45.71%
G = 16.56%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95367B (or 0x95367B) is known color: Dark Purple. HEX triplet: 95, 36 and 7B. RGB value is (149,54,123). Sum of RGB (Red+Green+Blue) = 149+54+123=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95367B is #6AC984. Grayscale: #5A5A5A. Windows color (decimal): -6998405 or 8074901. OLE color: 8074901.

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

Color convert

RGB 149 54 123 -
CMYK 0 0.64 0.17 0.42
HSL 316.42º 0.47% 0.4% -
HSV(B) 316.42º 0.64% 0.58% -
XYZ 17.29 10.46 19.85 -
YUV 90.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 149 54 123 0 0.64 0.17 0.42 316.42 0.47 0.4
Hex 95 36 7B 0 40 11 2A 13C 2F 28
Octal 225 66 173 0 100 21 52 474 57 50
Binary 10010101 110110 1111011 0 1000000 10001 101010 100111100 101111 101000

Color Harmonies of #95367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95367B

Black with #95367B

Text Example


Text Example

White with #95367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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