Html Css Color HEX #6D139E Vivid Violet

📋 copy color: '#6D139E'

red 109 ◦ green 19 ◦ blue 158

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

Shades of Vivid Violet #6D139E

Tints of Vivid Violet #6D139E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 55.24%

R = 38.11%
G = 6.64%
B = 55.24%

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

#6D139E (or 0x6D139E) is known color: Vivid Violet. HEX triplet: 6D, 13 and 9E. RGB value is (109,19,158). Sum of RGB (Red+Green+Blue) = 109+19+158=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D139E is #92EC61. Grayscale: #3D3D3D. Windows color (decimal): -9628770 or 10359661. OLE color: 10359661.

HSL color Cylindrical-coordinate representation of color #6D139E: hue angle of 278.85º degrees, saturation: 0.79, 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 #6D139E is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 19 158 -
CMYK 0.31 0.88 0 0.38
HSL 278.85º 0.79% 0.35% -
HSV(B) 278.85º 0.88% 0.62% -
XYZ 12.71 6.19 32.87 -
YUV 61.76 182.32 161.7 -
System Red Green Blue C M Y K H S L
Decimal 109 19 158 0.31 0.88 0 0.38 278.85 0.79 0.35
Hex 6D 13 9E 1F 58 0 26 117 4F 23
Octal 155 23 236 37 130 0 46 427 117 43
Binary 1101101 10011 10011110 11111 1011000 0 100110 100010111 1001111 100011

Color Harmonies of #6D139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D139E

Black with #6D139E

Text Example


Text Example

White with #6D139E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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