Html Css Color HEX #913396 Vivid Violet

📋 copy color: '#913396'

red 145 ◦ green 51 ◦ blue 150

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

Shades of Vivid Violet #913396

Tints of Vivid Violet #913396

RGB

 RED value IS 145 (57.03% from 255) = 41.91%

 GREEN value IS 51 (20.31% from 255) = 14.74%

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

R = 41.91%
G = 14.74%
B = 43.35%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#913396 (or 0x913396) is known color: Vivid Violet. HEX triplet: 91, 33 and 96. RGB value is (145,51,150). Sum of RGB (Red+Green+Blue) = 145+51+150=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #913396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913396 is #6ECC69. Grayscale: #5A5A5A. Windows color (decimal): -7261290 or 9843601. OLE color: 9843601.

HSL color Cylindrical-coordinate representation of color #913396: hue angle of 296.97º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913396 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 51 150 -
CMYK 0.03 0.66 0 0.41
HSL 296.97º 0.49% 0.39% -
HSV(B) 296.97º 0.66% 0.59% -
XYZ 18.37 10.59 29.93 -
YUV 90.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 145 51 150 0.03 0.66 0 0.41 296.97 0.49 0.39
Hex 91 33 96 3 42 0 29 129 31 27
Octal 221 63 226 3 102 0 51 451 61 47
Binary 10010001 110011 10010110 11 1000010 0 101001 100101001 110001 100111

Color Harmonies of #913396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913396

Black with #913396

Text Example


Text Example

White with #913396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913396; }

 p { color: rgb(145,51,150); }

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

background-color css

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

 a { background-color: rgb(145,51,150); }

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

border-color css

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

 span { border-color: rgb(145,51,150); }

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