Html Css Color HEX #964188 Vivid Violet

📋 copy color: '#964188'

red 150 ◦ green 65 ◦ blue 136

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

Shades of Vivid Violet #964188

Tints of Vivid Violet #964188

RGB

 RED value IS 150 (58.98% from 255) = 42.74%

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

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

R = 42.74%
G = 18.52%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#964188 (or 0x964188) is known color: Vivid Violet. HEX triplet: 96, 41 and 88. RGB value is (150,65,136). Sum of RGB (Red+Green+Blue) = 150+65+136=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #964188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964188 is #69BE77. Grayscale: #626262. Windows color (decimal): -6930040 or 8929686. OLE color: 8929686.

HSL color Cylindrical-coordinate representation of color #964188: hue angle of 309.88º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964188 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 65 136 -
CMYK 0 0.57 0.09 0.41
HSL 309.88º 0.4% 0.42% -
HSV(B) 309.88º 0.57% 0.59% -
XYZ 18.91 12.04 24.62 -
YUV 98.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 150 65 136 0 0.57 0.09 0.41 309.88 0.4 0.42
Hex 96 41 88 0 39 9 29 136 28 2A
Octal 226 101 210 0 71 11 51 466 50 52
Binary 10010110 1000001 10001000 0 111001 1001 101001 100110110 101000 101010

Color Harmonies of #964188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964188

Black with #964188

Text Example


Text Example

White with #964188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964188; }

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

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

background-color css

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

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

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

border-color css

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

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

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