Html Css Color HEX #8B379F Vivid Violet

📋 copy color: '#8B379F'

red 139 ◦ green 55 ◦ blue 159

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

Shades of Vivid Violet #8B379F

Tints of Vivid Violet #8B379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 39.38%
G = 15.58%
B = 45.04%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8B379F (or 0x8B379F) is known color: Vivid Violet. HEX triplet: 8B, 37 and 9F. RGB value is (139,55,159). Sum of RGB (Red+Green+Blue) = 139+55+159=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B379F is #74C860. Grayscale: #5B5B5B. Windows color (decimal): -7653473 or 10434443. OLE color: 10434443.

HSL color Cylindrical-coordinate representation of color #8B379F: hue angle of 288.46º degrees, saturation: 0.49, 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 #8B379F is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 55 159 -
CMYK 0.13 0.65 0 0.38
HSL 288.46º 0.49% 0.42% -
HSV(B) 288.46º 0.65% 0.62% -
XYZ 18.27 10.72 33.91 -
YUV 91.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 139 55 159 0.13 0.65 0 0.38 288.46 0.49 0.42
Hex 8B 37 9F D 41 0 26 120 31 2A
Octal 213 67 237 15 101 0 46 440 61 52
Binary 10001011 110111 10011111 1101 1000001 0 100110 100100000 110001 101010

Color Harmonies of #8B379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B379F

Black with #8B379F

Text Example


Text Example

White with #8B379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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