Html Css Color HEX #8B378A Vivid Violet

📋 copy color: '#8B378A'

red 139 ◦ green 55 ◦ blue 138

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

Shades of Vivid Violet #8B378A

Tints of Vivid Violet #8B378A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 41.87%
G = 16.57%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B378A (or 0x8B378A) is known color: Vivid Violet. HEX triplet: 8B, 37 and 8A. RGB value is (139,55,138). Sum of RGB (Red+Green+Blue) = 139+55+138=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B378A is #74C875. Grayscale: #595959. Windows color (decimal): -7653494 or 9058187. OLE color: 9058187.

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

Color convert

RGB 139 55 138 -
CMYK 0 0.60 0.01 0.45
HSL 300.71º 0.43% 0.38% -
HSV(B) 300.71º 0.6% 0.55% -
XYZ 16.6 10.06 25.11 -
YUV 89.58 155.33 163.25 -
System Red Green Blue C M Y K H S L
Decimal 139 55 138 0 0.60 0.01 0.45 300.71 0.43 0.38
Hex 8B 37 8A 0 3C 1 2D 12D 2B 26
Octal 213 67 212 0 74 1 55 455 53 46
Binary 10001011 110111 10001010 0 111100 1 101101 100101101 101011 100110

Color Harmonies of #8B378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B378A

Black with #8B378A

Text Example


Text Example

White with #8B378A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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