Html Css Color HEX #95688F Violet Blue

📋 copy color: '#95688F'

red 149 ◦ green 104 ◦ blue 143

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

Shades of Violet Blue #95688F

Tints of Violet Blue #95688F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.26%

 BLUE value IS 143 (56.25% from 255) = 36.11%

R = 37.63%
G = 26.26%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95688F (or 0x95688F) is known color: Violet Blue. HEX triplet: 95, 68 and 8F. RGB value is (149,104,143). Sum of RGB (Red+Green+Blue) = 149+104+143=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #95688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95688F is #6A9770. Grayscale: #797979. Windows color (decimal): -6985585 or 9398421. OLE color: 9398421.

HSL color Cylindrical-coordinate representation of color #95688F: hue angle of 308º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95688F is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 143 -
CMYK 0 0.30 0.04 0.42
HSL 308º 0.18% 0.5% -
HSV(B) 308º 0.3% 0.58% -
XYZ 22.3 18.27 28.34 -
YUV 121.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 149 104 143 0 0.30 0.04 0.42 308 0.18 0.5
Hex 95 68 8F 0 1E 4 2A 134 12 32
Octal 225 150 217 0 36 4 52 464 22 62
Binary 10010101 1101000 10001111 0 11110 100 101010 100110100 10010 110010

Color Harmonies of #95688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95688F

Black with #95688F

Text Example


Text Example

White with #95688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95688F; }

 p { color: rgb(149,104,143); }

 H1.HeaderClassName
 {
   color: #95688F;
 }
 .AnyTagClassName
 {
   color: #95688F;
 }
</style>

background-color css

<style>
 a { background-color: #95688F; }

 a { background-color: rgb(149,104,143); }

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

border-color css

<style>
 span { border-color: #95688F; }

 span { border-color: rgb(149,104,143); }

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