Html Css Color HEX #96368C Vivid Violet

📋 copy color: '#96368C'

red 150 ◦ green 54 ◦ blue 140

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

Shades of Vivid Violet #96368C

Tints of Vivid Violet #96368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.7%

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

R = 43.6%
G = 15.7%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96368C (or 0x96368C) is known color: Vivid Violet. HEX triplet: 96, 36 and 8C. RGB value is (150,54,140). Sum of RGB (Red+Green+Blue) = 150+54+140=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96368C is #69C973. Grayscale: #5C5C5C. Windows color (decimal): -6932852 or 9189014. OLE color: 9189014.

HSL color Cylindrical-coordinate representation of color #96368C: hue angle of 306.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96368C is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 140 -
CMYK 0 0.64 0.07 0.41
HSL 306.25º 0.47% 0.4% -
HSV(B) 306.25º 0.64% 0.59% -
XYZ 18.63 11.02 25.96 -
YUV 92.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 150 54 140 0 0.64 0.07 0.41 306.25 0.47 0.4
Hex 96 36 8C 0 40 7 29 132 2F 28
Octal 226 66 214 0 100 7 51 462 57 50
Binary 10010110 110110 10001100 0 1000000 111 101001 100110010 101111 101000

Color Harmonies of #96368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96368C

Black with #96368C

Text Example


Text Example

White with #96368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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