Html Css Color HEX #95689D Violet Blue

📋 copy color: '#95689D'

red 149 ◦ green 104 ◦ blue 157

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

Shades of Violet Blue #95689D

Tints of Violet Blue #95689D

RGB

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

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

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

R = 36.34%
G = 25.37%
B = 38.29%

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

#95689D (or 0x95689D) is known color: Violet Blue. HEX triplet: 95, 68 and 9D. RGB value is (149,104,157). Sum of RGB (Red+Green+Blue) = 149+104+157=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #95689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95689D is #6A9762. Grayscale: #7B7B7B. Windows color (decimal): -6985571 or 10315925. OLE color: 10315925.

HSL color Cylindrical-coordinate representation of color #95689D: hue angle of 290.94º degrees, saturation: 0.21, 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 #95689D is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 104 157 -
CMYK 0.05 0.34 0 0.38
HSL 290.94º 0.21% 0.51% -
HSV(B) 290.94º 0.34% 0.62% -
XYZ 23.43 18.72 34.28 -
YUV 123.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 149 104 157 0.05 0.34 0 0.38 290.94 0.21 0.51
Hex 95 68 9D 5 22 0 26 123 15 33
Octal 225 150 235 5 42 0 46 443 25 63
Binary 10010101 1101000 10011101 101 100010 0 100110 100100011 10101 110011

Color Harmonies of #95689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95689D

Black with #95689D

Text Example


Text Example

White with #95689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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