Html Css Color HEX #96388C Vivid Violet

📋 copy color: '#96388C'

red 150 ◦ green 56 ◦ blue 140

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

Shades of Vivid Violet #96388C

Tints of Vivid Violet #96388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.18%

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

R = 43.35%
G = 16.18%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96388C (or 0x96388C) is known color: Vivid Violet. HEX triplet: 96, 38 and 8C. RGB value is (150,56,140). Sum of RGB (Red+Green+Blue) = 150+56+140=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #96388C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96388C is #69C773. Grayscale: #5D5D5D. Windows color (decimal): -6932340 or 9189526. OLE color: 9189526.

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

Color convert

RGB 150 56 140 -
CMYK 0 0.63 0.07 0.41
HSL 306.38º 0.46% 0.4% -
HSV(B) 306.38º 0.63% 0.59% -
XYZ 18.73 11.21 25.99 -
YUV 93.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 150 56 140 0 0.63 0.07 0.41 306.38 0.46 0.4
Hex 96 38 8C 0 3F 7 29 132 2E 28
Octal 226 70 214 0 77 7 51 462 56 50
Binary 10010110 111000 10001100 0 111111 111 101001 100110010 101110 101000

Color Harmonies of #96388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96388C

Black with #96388C

Text Example


Text Example

White with #96388C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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