Html Css Color HEX #954188 Vivid Violet

📋 copy color: '#954188'

red 149 ◦ green 65 ◦ blue 136

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

Shades of Vivid Violet #954188

Tints of Vivid Violet #954188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.57%

 BLUE value IS 136 (53.52% from 255) = 38.86%

R = 42.57%
G = 18.57%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#954188 (or 0x954188) is known color: Vivid Violet. HEX triplet: 95, 41 and 88. RGB value is (149,65,136). Sum of RGB (Red+Green+Blue) = 149+65+136=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #954188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954188 is #6ABE77. Grayscale: #626262. Windows color (decimal): -6995576 or 8929685. OLE color: 8929685.

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

Color convert

RGB 149 65 136 -
CMYK 0 0.56 0.09 0.42
HSL 309.29º 0.39% 0.42% -
HSV(B) 309.29º 0.56% 0.58% -
XYZ 18.73 11.95 24.61 -
YUV 98.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 149 65 136 0 0.56 0.09 0.42 309.29 0.39 0.42
Hex 95 41 88 0 38 9 2A 135 27 2A
Octal 225 101 210 0 70 11 52 465 47 52
Binary 10010101 1000001 10001000 0 111000 1001 101010 100110101 100111 101010

Color Harmonies of #954188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954188

Black with #954188

Text Example


Text Example

White with #954188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954188; }

 p { color: rgb(149,65,136); }

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

background-color css

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

 a { background-color: rgb(149,65,136); }

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

border-color css

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

 span { border-color: rgb(149,65,136); }

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