Html Css Color HEX #95679E Violet Blue

📋 copy color: '#95679E'

red 149 ◦ green 103 ◦ blue 158

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

Shades of Violet Blue #95679E

Tints of Violet Blue #95679E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.54%

R = 36.34%
G = 25.12%
B = 38.54%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95679E (or 0x95679E) is known color: Violet Blue. HEX triplet: 95, 67 and 9E. RGB value is (149,103,158). Sum of RGB (Red+Green+Blue) = 149+103+158=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 158 - color contains mainly: blue. Hex color #95679E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95679E is #6A9861. Grayscale: #7A7A7A. Windows color (decimal): -6985826 or 10381205. OLE color: 10381205.

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

Color convert

RGB 149 103 158 -
CMYK 0.06 0.35 0 0.38
HSL 290.18º 0.22% 0.51% -
HSV(B) 290.18º 0.35% 0.62% -
XYZ 23.42 18.56 34.7 -
YUV 123.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 149 103 158 0.06 0.35 0 0.38 290.18 0.22 0.51
Hex 95 67 9E 6 23 0 26 122 16 33
Octal 225 147 236 6 43 0 46 442 26 63
Binary 10010101 1100111 10011110 110 100011 0 100110 100100010 10110 110011

Color Harmonies of #95679E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95679E

Black with #95679E

Text Example


Text Example

White with #95679E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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