Html Css Color HEX #95679B Violet Blue

📋 copy color: '#95679B'

red 149 ◦ green 103 ◦ blue 155

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

Shades of Violet Blue #95679B

Tints of Violet Blue #95679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.31%

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

R = 36.61%
G = 25.31%
B = 38.08%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95679B (or 0x95679B) is known color: Violet Blue. HEX triplet: 95, 67 and 9B. RGB value is (149,103,155). Sum of RGB (Red+Green+Blue) = 149+103+155=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #95679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95679B is #6A9864. Grayscale: #7A7A7A. Windows color (decimal): -6985829 or 10184597. OLE color: 10184597.

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

Color convert

RGB 149 103 155 -
CMYK 0.04 0.34 0 0.39
HSL 293.08º 0.21% 0.51% -
HSV(B) 293.08º 0.34% 0.61% -
XYZ 23.16 18.46 33.35 -
YUV 122.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 149 103 155 0.04 0.34 0 0.39 293.08 0.21 0.51
Hex 95 67 9B 4 22 0 27 125 15 33
Octal 225 147 233 4 42 0 47 445 25 63
Binary 10010101 1100111 10011011 100 100010 0 100111 100100101 10101 110011

Color Harmonies of #95679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95679B

Black with #95679B

Text Example


Text Example

White with #95679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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