Html Css Color HEX #95719B Violet Blue

📋 copy color: '#95719B'

red 149 ◦ green 113 ◦ blue 155

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

Shades of Violet Blue #95719B

Tints of Violet Blue #95719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.1%

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 35.73%
G = 27.1%
B = 37.17%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95719B (or 0x95719B) is known color: Violet Blue. HEX triplet: 95, 71 and 9B. RGB value is (149,113,155). Sum of RGB (Red+Green+Blue) = 149+113+155=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #95719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95719B is #6A8E64. Grayscale: #808080. Windows color (decimal): -6983269 or 10187157. OLE color: 10187157.

HSL color Cylindrical-coordinate representation of color #95719B: hue angle of 291.43º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95719B is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 113 155 -
CMYK 0.04 0.27 0 0.39
HSL 291.43º 0.17% 0.53% -
HSV(B) 291.43º 0.27% 0.61% -
XYZ 24.22 20.57 33.7 -
YUV 128.55 142.93 142.58 -
System Red Green Blue C M Y K H S L
Decimal 149 113 155 0.04 0.27 0 0.39 291.43 0.17 0.53
Hex 95 71 9B 4 1B 0 27 123 11 35
Octal 225 161 233 4 33 0 47 443 21 65
Binary 10010101 1110001 10011011 100 11011 0 100111 100100011 10001 110101

Color Harmonies of #95719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95719B

Black with #95719B

Text Example


Text Example

White with #95719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,113,155); }

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

background-color css

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

 a { background-color: rgb(149,113,155); }

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

border-color css

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

 span { border-color: rgb(149,113,155); }

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