Html Css Color HEX #95689B Violet Blue

📋 copy color: '#95689B'

red 149 ◦ green 104 ◦ blue 155

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

Shades of Violet Blue #95689B

Tints of Violet Blue #95689B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.99%

R = 36.52%
G = 25.49%
B = 37.99%

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

#95689B (or 0x95689B) is known color: Violet Blue. HEX triplet: 95, 68 and 9B. RGB value is (149,104,155). Sum of RGB (Red+Green+Blue) = 149+104+155=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #95689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95689B is #6A9764. Grayscale: #7B7B7B. Windows color (decimal): -6985573 or 10184853. OLE color: 10184853.

HSL color Cylindrical-coordinate representation of color #95689B: hue angle of 292.94º degrees, saturation: 0.2, 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 #95689B is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 104 155 -
CMYK 0.04 0.33 0 0.39
HSL 292.94º 0.2% 0.51% -
HSV(B) 292.94º 0.33% 0.61% -
XYZ 23.26 18.66 33.39 -
YUV 123.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 149 104 155 0.04 0.33 0 0.39 292.94 0.2 0.51
Hex 95 68 9B 4 21 0 27 125 14 33
Octal 225 150 233 4 41 0 47 445 24 63
Binary 10010101 1101000 10011011 100 100001 0 100111 100100101 10100 110011

Color Harmonies of #95689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95689B

Black with #95689B

Text Example


Text Example

White with #95689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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