Html Css Color HEX #964094 Vivid Violet

📋 copy color: '#964094'

red 150 ◦ green 64 ◦ blue 148

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

Shades of Vivid Violet #964094

Tints of Vivid Violet #964094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

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

R = 41.44%
G = 17.68%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#964094 (or 0x964094) is known color: Vivid Violet. HEX triplet: 96, 40 and 94. RGB value is (150,64,148). Sum of RGB (Red+Green+Blue) = 150+64+148=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #964094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964094 is #69BF6B. Grayscale: #636363. Windows color (decimal): -6930284 or 9715862. OLE color: 9715862.

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

Color convert

RGB 150 64 148 -
CMYK 0 0.57 0.01 0.41
HSL 301.4º 0.4% 0.42% -
HSV(B) 301.4º 0.57% 0.59% -
XYZ 19.76 12.29 29.35 -
YUV 99.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 150 64 148 0 0.57 0.01 0.41 301.4 0.4 0.42
Hex 96 40 94 0 39 1 29 12D 28 2A
Octal 226 100 224 0 71 1 51 455 50 52
Binary 10010110 1000000 10010100 0 111001 1 101001 100101101 101000 101010

Color Harmonies of #964094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964094

Black with #964094

Text Example


Text Example

White with #964094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964094; }

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

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

background-color css

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

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

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

border-color css

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

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

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