Html Css Color HEX #964399 Vivid Violet

📋 copy color: '#964399'

red 150 ◦ green 67 ◦ blue 153

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

Shades of Vivid Violet #964399

Tints of Vivid Violet #964399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.35%

R = 40.54%
G = 18.11%
B = 41.35%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#964399 (or 0x964399) is known color: Vivid Violet. HEX triplet: 96, 43 and 99. RGB value is (150,67,153). Sum of RGB (Red+Green+Blue) = 150+67+153=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #964399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964399 is #69BC66. Grayscale: #656565. Windows color (decimal): -6929511 or 10044310. OLE color: 10044310.

HSL color Cylindrical-coordinate representation of color #964399: hue angle of 297.91º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964399 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 67 153 -
CMYK 0.02 0.56 0 0.4
HSL 297.91º 0.39% 0.43% -
HSV(B) 297.91º 0.56% 0.6% -
XYZ 20.33 12.8 31.54 -
YUV 101.62 157 162.51 -
System Red Green Blue C M Y K H S L
Decimal 150 67 153 0.02 0.56 0 0.4 297.91 0.39 0.43
Hex 96 43 99 2 38 0 28 12A 27 2B
Octal 226 103 231 2 70 0 50 452 47 53
Binary 10010110 1000011 10011001 10 111000 0 101000 100101010 100111 101011

Color Harmonies of #964399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964399

Black with #964399

Text Example


Text Example

White with #964399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964399; }

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

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

background-color css

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

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

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

border-color css

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

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

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