Html Css Color HEX #96408C Vivid Violet

📋 copy color: '#96408C'

red 150 ◦ green 64 ◦ blue 140

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

Shades of Vivid Violet #96408C

Tints of Vivid Violet #96408C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 42.37%
G = 18.08%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96408C (or 0x96408C) is known color: Vivid Violet. HEX triplet: 96, 40 and 8C. RGB value is (150,64,140). Sum of RGB (Red+Green+Blue) = 150+64+140=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #96408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96408C is #69BF73. Grayscale: #626262. Windows color (decimal): -6930292 or 9191574. OLE color: 9191574.

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

Color convert

RGB 150 64 140 -
CMYK 0 0.57 0.07 0.41
HSL 306.98º 0.4% 0.42% -
HSV(B) 306.98º 0.57% 0.59% -
XYZ 19.14 12.04 26.13 -
YUV 98.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 150 64 140 0 0.57 0.07 0.41 306.98 0.4 0.42
Hex 96 40 8C 0 39 7 29 133 28 2A
Octal 226 100 214 0 71 7 51 463 50 52
Binary 10010110 1000000 10001100 0 111001 111 101001 100110011 101000 101010

Color Harmonies of #96408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96408C

Black with #96408C

Text Example


Text Example

White with #96408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96408C; }

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

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

background-color css

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

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

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

border-color css

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

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

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