Html Css Color HEX #964391 Vivid Violet

📋 copy color: '#964391'

red 150 ◦ green 67 ◦ blue 145

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

Shades of Vivid Violet #964391

Tints of Vivid Violet #964391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.51%

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

R = 41.44%
G = 18.51%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#964391 (or 0x964391) is known color: Vivid Violet. HEX triplet: 96, 43 and 91. RGB value is (150,67,145). Sum of RGB (Red+Green+Blue) = 150+67+145=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #964391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964391 is #69BC6E. Grayscale: #646464. Windows color (decimal): -6929519 or 9520022. OLE color: 9520022.

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

Color convert

RGB 150 67 145 -
CMYK 0 0.55 0.03 0.41
HSL 303.61º 0.38% 0.43% -
HSV(B) 303.61º 0.55% 0.59% -
XYZ 19.7 12.54 28.17 -
YUV 100.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 150 67 145 0 0.55 0.03 0.41 303.61 0.38 0.43
Hex 96 43 91 0 37 3 29 130 26 2B
Octal 226 103 221 0 67 3 51 460 46 53
Binary 10010110 1000011 10010001 0 110111 11 101001 100110000 100110 101011

Color Harmonies of #964391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964391

Black with #964391

Text Example


Text Example

White with #964391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964391; }

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

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

background-color css

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

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

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

border-color css

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

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

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