Html Css Color HEX #964291 Vivid Violet

📋 copy color: '#964291'

red 150 ◦ green 66 ◦ blue 145

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

Shades of Vivid Violet #964291

Tints of Vivid Violet #964291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.28%

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 41.55%
G = 18.28%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#964291 (or 0x964291) is known color: Vivid Violet. HEX triplet: 96, 42 and 91. RGB value is (150,66,145). Sum of RGB (Red+Green+Blue) = 150+66+145=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #964291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964291 is #69BD6E. Grayscale: #636363. Windows color (decimal): -6929775 or 9519766. OLE color: 9519766.

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

Color convert

RGB 150 66 145 -
CMYK 0 0.56 0.03 0.41
HSL 303.57º 0.39% 0.42% -
HSV(B) 303.57º 0.56% 0.59% -
XYZ 19.64 12.42 28.15 -
YUV 100.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 150 66 145 0 0.56 0.03 0.41 303.57 0.39 0.42
Hex 96 42 91 0 38 3 29 130 27 2A
Octal 226 102 221 0 70 3 51 460 47 52
Binary 10010110 1000010 10010001 0 111000 11 101001 100110000 100111 101010

Color Harmonies of #964291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964291

Black with #964291

Text Example


Text Example

White with #964291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964291; }

 p { color: rgb(150,66,145); }

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

background-color css

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

 a { background-color: rgb(150,66,145); }

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

border-color css

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

 span { border-color: rgb(150,66,145); }

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