Html Css Color HEX #964393 Vivid Violet

📋 copy color: '#964393'

red 150 ◦ green 67 ◦ blue 147

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

Shades of Vivid Violet #964393

Tints of Vivid Violet #964393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.38%

R = 41.21%
G = 18.41%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#964393 (or 0x964393) is known color: Vivid Violet. HEX triplet: 96, 43 and 93. RGB value is (150,67,147). Sum of RGB (Red+Green+Blue) = 150+67+147=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #964393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964393 is #69BC6C. Grayscale: #646464. Windows color (decimal): -6929517 or 9651094. OLE color: 9651094.

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

Color convert

RGB 150 67 147 -
CMYK 0 0.55 0.02 0.41
HSL 302.17º 0.38% 0.43% -
HSV(B) 302.17º 0.55% 0.59% -
XYZ 19.85 12.6 28.99 -
YUV 100.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 150 67 147 0 0.55 0.02 0.41 302.17 0.38 0.43
Hex 96 43 93 0 37 2 29 12E 26 2B
Octal 226 103 223 0 67 2 51 456 46 53
Binary 10010110 1000011 10010011 0 110111 10 101001 100101110 100110 101011

Color Harmonies of #964393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964393

Black with #964393

Text Example


Text Example

White with #964393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964393; }

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

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

background-color css

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

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

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

border-color css

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

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

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