Html Css Color HEX #8B378D Vivid Violet

📋 copy color: '#8B378D'

red 139 ◦ green 55 ◦ blue 141

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

Shades of Vivid Violet #8B378D

Tints of Vivid Violet #8B378D

RGB

 RED value IS 139 (54.69% from 255) = 41.49%

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

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 41.49%
G = 16.42%
B = 42.09%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B378D (or 0x8B378D) is known color: Vivid Violet. HEX triplet: 8B, 37 and 8D. RGB value is (139,55,141). Sum of RGB (Red+Green+Blue) = 139+55+141=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B378D is #74C872. Grayscale: #595959. Windows color (decimal): -7653491 or 9254795. OLE color: 9254795.

HSL color Cylindrical-coordinate representation of color #8B378D: hue angle of 298.6º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B378D is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 55 141 -
CMYK 0.01 0.61 0 0.45
HSL 298.6º 0.44% 0.38% -
HSV(B) 298.6º 0.61% 0.55% -
XYZ 16.82 10.14 26.27 -
YUV 89.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 139 55 141 0.01 0.61 0 0.45 298.6 0.44 0.38
Hex 8B 37 8D 1 3D 0 2D 12B 2C 26
Octal 213 67 215 1 75 0 55 453 54 46
Binary 10001011 110111 10001101 1 111101 0 101101 100101011 101100 100110

Color Harmonies of #8B378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B378D

Black with #8B378D

Text Example


Text Example

White with #8B378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B378D; }

 p { color: rgb(139,55,141); }

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

background-color css

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

 a { background-color: rgb(139,55,141); }

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

border-color css

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

 span { border-color: rgb(139,55,141); }

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