Html Css Color HEX #8B379C Vivid Violet

📋 copy color: '#8B379C'

red 139 ◦ green 55 ◦ blue 156

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

Shades of Vivid Violet #8B379C

Tints of Vivid Violet #8B379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 39.71%
G = 15.71%
B = 44.57%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8B379C (or 0x8B379C) is known color: Vivid Violet. HEX triplet: 8B, 37 and 9C. RGB value is (139,55,156). Sum of RGB (Red+Green+Blue) = 139+55+156=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B379C is #74C863. Grayscale: #5B5B5B. Windows color (decimal): -7653476 or 10237835. OLE color: 10237835.

HSL color Cylindrical-coordinate representation of color #8B379C: hue angle of 289.9º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B379C is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 139 55 156 -
CMYK 0.11 0.65 0 0.39
HSL 289.9º 0.48% 0.41% -
HSV(B) 289.9º 0.65% 0.61% -
XYZ 18.01 10.62 32.55 -
YUV 91.63 164.33 161.79 -
System Red Green Blue C M Y K H S L
Decimal 139 55 156 0.11 0.65 0 0.39 289.9 0.48 0.41
Hex 8B 37 9C B 41 0 27 122 30 29
Octal 213 67 234 13 101 0 47 442 60 51
Binary 10001011 110111 10011100 1011 1000001 0 100111 100100010 110000 101001

Color Harmonies of #8B379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B379C

Black with #8B379C

Text Example


Text Example

White with #8B379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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