Html Css Color HEX #964394 Vivid Violet

📋 copy color: '#964394'

red 150 ◦ green 67 ◦ blue 148

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

Shades of Vivid Violet #964394

Tints of Vivid Violet #964394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.55%

R = 41.1%
G = 18.36%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#964394 (or 0x964394) is known color: Vivid Violet. HEX triplet: 96, 43 and 94. RGB value is (150,67,148). Sum of RGB (Red+Green+Blue) = 150+67+148=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #964394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964394 is #69BC6B. Grayscale: #646464. Windows color (decimal): -6929516 or 9716630. OLE color: 9716630.

HSL color Cylindrical-coordinate representation of color #964394: hue angle of 301.45º 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 #964394 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 67 148 -
CMYK 0 0.55 0.01 0.41
HSL 301.45º 0.38% 0.43% -
HSV(B) 301.45º 0.55% 0.59% -
XYZ 19.93 12.64 29.41 -
YUV 101.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 150 67 148 0 0.55 0.01 0.41 301.45 0.38 0.43
Hex 96 43 94 0 37 1 29 12D 26 2B
Octal 226 103 224 0 67 1 51 455 46 53
Binary 10010110 1000011 10010100 0 110111 1 101001 100101101 100110 101011

Color Harmonies of #964394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964394

Black with #964394

Text Example


Text Example

White with #964394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964394; }

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

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

background-color css

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

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

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

border-color css

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

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

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