Html Css Color HEX #955190 Violet Blue

📋 copy color: '#955190'

red 149 ◦ green 81 ◦ blue 144

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

Shades of Violet Blue #955190

Tints of Violet Blue #955190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.66%

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

R = 39.84%
G = 21.66%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#955190 (or 0x955190) is known color: Violet Blue. HEX triplet: 95, 51 and 90. RGB value is (149,81,144). Sum of RGB (Red+Green+Blue) = 149+81+144=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #955190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955190 is #6AAE6F. Grayscale: #6C6C6C. Windows color (decimal): -6991472 or 9458069. OLE color: 9458069.

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

Color convert

RGB 149 81 144 -
CMYK 0 0.46 0.03 0.42
HSL 304.41º 0.3% 0.45% -
HSV(B) 304.41º 0.46% 0.58% -
XYZ 20.37 14.29 28.07 -
YUV 108.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 149 81 144 0 0.46 0.03 0.42 304.41 0.3 0.45
Hex 95 51 90 0 2E 3 2A 130 1E 2D
Octal 225 121 220 0 56 3 52 460 36 55
Binary 10010101 1010001 10010000 0 101110 11 101010 100110000 11110 101101

Color Harmonies of #955190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955190

Black with #955190

Text Example


Text Example

White with #955190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955190; }

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

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

background-color css

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

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

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

border-color css

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

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

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