Html Css Color HEX #6D139D Vivid Violet

📋 copy color: '#6D139D'

red 109 ◦ green 19 ◦ blue 157

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

Shades of Vivid Violet #6D139D

Tints of Vivid Violet #6D139D

RGB

 RED value IS 109 (42.97% from 255) = 38.25%

 GREEN value IS 19 (7.81% from 255) = 6.67%

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

R = 38.25%
G = 6.67%
B = 55.09%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D139D (or 0x6D139D) is known color: Vivid Violet. HEX triplet: 6D, 13 and 9D. RGB value is (109,19,157). Sum of RGB (Red+Green+Blue) = 109+19+157=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D139D is #92EC62. Grayscale: #3D3D3D. Windows color (decimal): -9628771 or 10294125. OLE color: 10294125.

HSL color Cylindrical-coordinate representation of color #6D139D: hue angle of 279.13º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D139D is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 19 157 -
CMYK 0.31 0.88 0 0.38
HSL 279.13º 0.78% 0.35% -
HSV(B) 279.13º 0.88% 0.62% -
XYZ 12.63 6.15 32.42 -
YUV 61.64 181.82 161.78 -
System Red Green Blue C M Y K H S L
Decimal 109 19 157 0.31 0.88 0 0.38 279.13 0.78 0.35
Hex 6D 13 9D 1F 58 0 26 117 4E 23
Octal 155 23 235 37 130 0 46 427 116 43
Binary 1101101 10011 10011101 11111 1011000 0 100110 100010111 1001110 100011

Color Harmonies of #6D139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D139D

Black with #6D139D

Text Example


Text Example

White with #6D139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D139D; }

 p { color: rgb(109,19,157); }

 H1.HeaderClassName
 {
   color: #6D139D;
 }
 .AnyTagClassName
 {
   color: #6D139D;
 }
</style>

background-color css

<style>
 a { background-color: #6D139D; }

 a { background-color: rgb(109,19,157); }

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

border-color css

<style>
 span { border-color: #6D139D; }

 span { border-color: rgb(109,19,157); }

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