Html Css Color HEX #95679D Violet Blue

📋 copy color: '#95679D'

red 149 ◦ green 103 ◦ blue 157

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

Shades of Violet Blue #95679D

Tints of Violet Blue #95679D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.39%

R = 36.43%
G = 25.18%
B = 38.39%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95679D (or 0x95679D) is known color: Violet Blue. HEX triplet: 95, 67 and 9D. RGB value is (149,103,157). Sum of RGB (Red+Green+Blue) = 149+103+157=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #95679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95679D is #6A9862. Grayscale: #7A7A7A. Windows color (decimal): -6985827 or 10315669. OLE color: 10315669.

HSL color Cylindrical-coordinate representation of color #95679D: hue angle of 291.11º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95679D is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 103 157 -
CMYK 0.05 0.34 0 0.38
HSL 291.11º 0.22% 0.51% -
HSV(B) 291.11º 0.34% 0.62% -
XYZ 23.33 18.52 34.24 -
YUV 122.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 149 103 157 0.05 0.34 0 0.38 291.11 0.22 0.51
Hex 95 67 9D 5 22 0 26 123 16 33
Octal 225 147 235 5 42 0 46 443 26 63
Binary 10010101 1100111 10011101 101 100010 0 100110 100100011 10110 110011

Color Harmonies of #95679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95679D

Black with #95679D

Text Example


Text Example

White with #95679D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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