Html Css Color HEX #93379D Vivid Violet

📋 copy color: '#93379D'

red 147 ◦ green 55 ◦ blue 157

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

Shades of Vivid Violet #93379D

Tints of Vivid Violet #93379D

RGB

 RED value IS 147 (57.81% from 255) = 40.95%

 GREEN value IS 55 (21.88% from 255) = 15.32%

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 40.95%
G = 15.32%
B = 43.73%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93379D (or 0x93379D) is known color: Vivid Violet. HEX triplet: 93, 37 and 9D. RGB value is (147,55,157). Sum of RGB (Red+Green+Blue) = 147+55+157=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #93379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93379D is #6CC862. Grayscale: #5D5D5D. Windows color (decimal): -7129187 or 10303379. OLE color: 10303379.

HSL color Cylindrical-coordinate representation of color #93379D: hue angle of 294.12º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93379D is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 55 157 -
CMYK 0.06 0.65 0 0.38
HSL 294.12º 0.48% 0.42% -
HSV(B) 294.12º 0.65% 0.62% -
XYZ 19.48 11.37 33.07 -
YUV 94.14 163.48 165.71 -
System Red Green Blue C M Y K H S L
Decimal 147 55 157 0.06 0.65 0 0.38 294.12 0.48 0.42
Hex 93 37 9D 6 41 0 26 126 30 2A
Octal 223 67 235 6 101 0 46 446 60 52
Binary 10010011 110111 10011101 110 1000001 0 100110 100100110 110000 101010

Color Harmonies of #93379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93379D

Black with #93379D

Text Example


Text Example

White with #93379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93379D; }

 p { color: rgb(147,55,157); }

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

background-color css

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

 a { background-color: rgb(147,55,157); }

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

border-color css

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

 span { border-color: rgb(147,55,157); }

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