Html Css Color HEX #95689C Violet Blue

📋 copy color: '#95689C'

red 149 ◦ green 104 ◦ blue 156

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

Shades of Violet Blue #95689C

Tints of Violet Blue #95689C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.14%

R = 36.43%
G = 25.43%
B = 38.14%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95689C (or 0x95689C) is known color: Violet Blue. HEX triplet: 95, 68 and 9C. RGB value is (149,104,156). Sum of RGB (Red+Green+Blue) = 149+104+156=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #95689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95689C is #6A9763. Grayscale: #7B7B7B. Windows color (decimal): -6985572 or 10250389. OLE color: 10250389.

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

Color convert

RGB 149 104 156 -
CMYK 0.04 0.33 0 0.39
HSL 291.92º 0.21% 0.51% -
HSV(B) 291.92º 0.33% 0.61% -
XYZ 23.35 18.69 33.83 -
YUV 123.38 146.41 146.27 -
System Red Green Blue C M Y K H S L
Decimal 149 104 156 0.04 0.33 0 0.39 291.92 0.21 0.51
Hex 95 68 9C 4 21 0 27 124 15 33
Octal 225 150 234 4 41 0 47 444 25 63
Binary 10010101 1101000 10011100 100 100001 0 100111 100100100 10101 110011

Color Harmonies of #95689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95689C

Black with #95689C

Text Example


Text Example

White with #95689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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