Html Css Color HEX #955690 Violet Blue

📋 copy color: '#955690'

red 149 ◦ green 86 ◦ blue 144

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

Shades of Violet Blue #955690

Tints of Violet Blue #955690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.69%

 BLUE value IS 144 (56.64% from 255) = 37.99%

R = 39.31%
G = 22.69%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#955690 (or 0x955690) is known color: Violet Blue. HEX triplet: 95, 56 and 90. RGB value is (149,86,144). Sum of RGB (Red+Green+Blue) = 149+86+144=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #955690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955690 is #6AA96F. Grayscale: #6F6F6F. Windows color (decimal): -6990192 or 9459349. OLE color: 9459349.

HSL color Cylindrical-coordinate representation of color #955690: hue angle of 304.76º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955690 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 86 144 -
CMYK 0 0.42 0.03 0.42
HSL 304.76º 0.27% 0.46% -
HSV(B) 304.76º 0.42% 0.58% -
XYZ 20.76 15.06 28.2 -
YUV 111.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 149 86 144 0 0.42 0.03 0.42 304.76 0.27 0.46
Hex 95 56 90 0 2A 3 2A 131 1B 2E
Octal 225 126 220 0 52 3 52 461 33 56
Binary 10010101 1010110 10010000 0 101010 11 101010 100110001 11011 101110

Color Harmonies of #955690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955690

Black with #955690

Text Example


Text Example

White with #955690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955690; }

 p { color: rgb(149,86,144); }

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

background-color css

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

 a { background-color: rgb(149,86,144); }

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

border-color css

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

 span { border-color: rgb(149,86,144); }

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