Html Css Color HEX #6D129E Vivid Violet

📋 copy color: '#6D129E'

red 109 ◦ green 18 ◦ blue 158

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

Shades of Vivid Violet #6D129E

Tints of Vivid Violet #6D129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.32%

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

R = 38.25%
G = 6.32%
B = 55.44%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D129E (or 0x6D129E) is known color: Vivid Violet. HEX triplet: 6D, 12 and 9E. RGB value is (109,18,158). Sum of RGB (Red+Green+Blue) = 109+18+158=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D129E is #92ED61. Grayscale: #3C3C3C. Windows color (decimal): -9629026 or 10359405. OLE color: 10359405.

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

Color convert

RGB 109 18 158 -
CMYK 0.31 0.89 0 0.38
HSL 279º 0.8% 0.35% -
HSV(B) 279º 0.89% 0.62% -
XYZ 12.69 6.15 32.87 -
YUV 61.17 182.65 162.12 -
System Red Green Blue C M Y K H S L
Decimal 109 18 158 0.31 0.89 0 0.38 279 0.8 0.35
Hex 6D 12 9E 1F 59 0 26 117 50 23
Octal 155 22 236 37 131 0 46 427 120 43
Binary 1101101 10010 10011110 11111 1011001 0 100110 100010111 1010000 100011

Color Harmonies of #6D129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D129E

Black with #6D129E

Text Example


Text Example

White with #6D129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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